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