Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSeriesViewClass Type

A reference to a series View class.

#Declaration

Delphi
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