vcl-dxchartcore-1fc71122.md
A reference to a series View class.
TdxChartSeriesViewClass = class of TdxChartSeriesCustomView;
| Type | Description |
|---|---|
| TdxChartSeriesCustomView |
The base class for all series View classes.
|
You can use the TdxChartSeriesViewClass type to refer to the following TdxChartSeriesCustomView class descendants:
TdxChartSimpleSeriesDoughnutViewStores Doughnut View settings.TdxChartSimpleSeriesPieViewStores Pie View settings.TdxChartXYSeriesAreaViewStores Simple Area View settings.TdxChartXYSeriesFullStackedAreaViewStores Full-Stacked Area View settings.TdxChartXYSeriesStackedAreaViewStores Stacked Area View settings.TdxChartXYSeriesBarViewStores Bar View settings.TdxChartXYSeriesFullStackedBarViewStores Full-Stacked Bar View settings.TdxChartXYSeriesStackedBarViewStores Stacked Bar View settings.TdxChartXYSeriesLineViewStores Line View settings.TdxChartXYSeriesFullStackedLineViewStores Full-Stacked Line View settings.TdxChartXYSeriesStackedLineViewStores Stacked Line View settings.
The TdxChartCustomSeries.ViewClass property references the TdxChartSeriesViewClass type.
See Also