Back to Devexpress

TdxChartSeriesClass Type

vcl-dxchartcore-e0529112.md

latest996 B
Original Source

TdxChartSeriesClass Type

A reference to a chart series class.

Declaration

delphi
TdxChartSeriesClass = class of TdxChartCustomSeries;

Referenced Class

TypeDescription
TdxChartCustomSeries

The base class for all chart series classes.

|

Remarks

You can use the TdxChartSeriesClass type to refer to the following TdxChartCustomSeries class descendants:

TdxChartSimpleSeriesA series in a simple diagram.TdxChartXYSeriesA series in an XY diagram. See Also

TdxChartDiagramClass Type

TdxChartSeriesViewClass Type

dxChartCore Unit