Skip to main content

TdxChartSeriesPoints.Series Property

Provides access to the series to which the point collection belongs.

Declaration

property Series: TdxChartCustomSeries read;

Property Value

Type Description
TdxChartCustomSeries

The parent series.

Cast this property value to the TdxChartSimpleSeries or TdxChartXYSeries class depending on the actual series type to access all public API members. Call the Series.ClassType function to identify the series type.

See Also