Skip to main content
All docs
V25.1
  • TdxChartSeriesViewClass Type

    A reference to a series View class.

    Declaration

    TdxChartSeriesViewClass = class of TdxChartSeriesCustomView;

    Referenced Class

    Type Description
    TdxChartSeriesCustomView

    The base class for all series View classes.

    Remarks

    You can use the TdxChartSeriesViewClass type to refer to the following TdxChartSeriesCustomView class descendants:

    TdxChartSimpleSeriesDoughnutView
    Stores Doughnut View settings.
    TdxChartSimpleSeriesPieView
    Stores Pie View settings.
    TdxChartXYSeriesAreaView
    Stores Simple Area View settings.
    TdxChartXYSeriesFullStackedAreaView
    Stores Full-Stacked Area View settings.
    TdxChartXYSeriesStackedAreaView
    Stores Stacked Area View settings.
    TdxChartXYSeriesBarView
    Stores Bar View settings.
    TdxChartXYSeriesFullStackedBarView
    Stores Full-Stacked Bar View settings.
    TdxChartXYSeriesStackedBarView
    Stores Stacked Bar View settings.
    TdxChartXYSeriesLineView
    Stores Line View settings.
    TdxChartXYSeriesFullStackedLineView
    Stores Full-Stacked Line View settings.
    TdxChartXYSeriesStackedLineView
    Stores Stacked Line View settings.

    Direct TdxChartSeriesViewClass Type Reference

    The TdxChartCustomSeries.ViewClass property references the TdxChartSeriesViewClass type.

    See Also