2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / Length Property

In This Topic
    Length Property (ChartDataSeries)
    In This Topic
    Gets the number of data points in the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As System.Integer
    public System.int Length {get;}
    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