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 |
See Also