Skip to main content
All docs
V25.1
  • TdxChartSeriesViewAppearance Class

    The base class for all classes that implement general series View appearance settings.

    Declaration

    TdxChartSeriesViewAppearance = class(
        TdxChartVisualElementAppearance
    )

    Remarks

    The TdxChartSeriesViewAppearance class does not introduce new public API members.

    Terminal TdxChartSeriesViewAppearance Class Descendants

    Do not use the TdxChartSeriesViewAppearance class directly. Use the following descendants instead:

    TdxChartSimpleSeriesViewAppearance
    Stores Simple View appearance settings.
    TdxChartXYSeriesBarAppearance
    Stores Bar View appearance settings.
    TdxChartXYSeriesLineAppearance
    Stores general line appearance settings for Line and Area series Views.
    TdxChartXYSeriesAreaAppearance
    Stores Area View appearance settings.
    See Also