ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.Length Property

Gets the number of data points in the series.

[Visual Basic]

Public ReadOnly Property Length As Integer

[C#]

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 series. The length is the maximum number of elements in each of the relevant ChartDataArray objects in the series. ChartDataArray objects of the series are considered relevant only if the object is used to display the current ChartType.

See Also

ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.