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

In This Topic
    Length Property (ChartCoordHolder)
    In This Topic
    Gets the number of data points in the ChartCoordArray.
    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 array. The length is the maximum number of elements in each of the ChartCoordArray objects.
    See Also