Gets the number of data points in the ChartCoordArray.
[Visual Basic]
Overridable Public ReadOnly Property Length As Integer
[C#]
virtual public int Length {get;}
[Delphi]
public property Length: Int32 read get_Length;
Remarks
The Length property returns the actual number of data points in the array. The length is the maximum number of elements in each of the ChartCoordArray objects.
See Also
ChartCoordHolder Class | ChartCoordHolder Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |