TdxChartSeriesClass Type
A reference to a chart series class.
Declaration
TdxChartSeriesClass = class of TdxChartCustomSeries;
Referenced Class
Type | Description |
---|---|
TdxChartCustomSeries | The base class for all chart series classes. |
Remarks
You can use the TdxChartSeriesClass
type to refer to the following TdxChartCustomSeries class descendants:
- TdxChartSimpleSeries
- A series in a simple diagram.
- TdxChartXYSeries
- A series in an XY diagram.
See Also