TdxChartSeriesTopNOptions.Series Property
Provides access to the parent simple series.
Declaration
property Series: TdxChartCustomSeries read;
Property Value
Type | Description |
---|---|
TdxChartCustomSeries | The parent simple series. Cast this property value to the TdxChartSimpleSeries class to access all public API members. |
See Also