Gets the number of data points in the ChartCoordArray.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public int Length { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public ReadOnly Property Length As Integer
	Get

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