TdxChartCustomDiagram.Series Property
Provides indexed access to all series in the diagram.
Declaration
property Series[Index: Integer]: TdxChartCustomSeries read; default;
Property Value
Type | Description |
---|---|
TdxChartCustomSeries | A series. Cast the returned object to the TdxChartXYSeries or TdxChartSimpleSeries class depending on the actual series type to access all public API members. Call the |
Remarks
Use the SeriesCount property to obtain the number of series accessible through the Series
property. To access only visible series, use the VisibleSeries property.
Cast the Series
property value to the corresponding series class to be able to access all series type-specific properties and methods.
See Also