Implements Series.Size. Returns the number of elements in Points list.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public int Size { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Size As Integer |
See Also