Gets the number of data items in this series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
int Size { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property Size As Integer |
An integer value specifying the number of elements in the series.
See Also