Back to Devexpress

TdxChartSeriesViewClass Type

vcl-dxchartcore-1fc71122.md

latest2.2 KB
Original Source

TdxChartSeriesViewClass Type

A reference to a series View class.

Declaration

delphi
TdxChartSeriesViewClass = class of TdxChartSeriesCustomView;

Referenced Class

TypeDescription
TdxChartSeriesCustomView

The base class for all series View classes.

|

Remarks

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.

Direct TdxChartSeriesViewClass Type Reference

The TdxChartCustomSeries.ViewClass property references the TdxChartSeriesViewClass type.

See Also

TdxChartDiagramClass Type

TdxChartSeriesClass Type

dxChartCore Unit