TdxChartCustomDiagram.SeriesCount Property
In This Article
Returns the total number of series in the diagram.
#Declaration
Delphi
property SeriesCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of series accessible through the Series property. |
See Also