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

In This Topic
    Length Property (ChartDataArray)
    In This Topic
    Gets or sets the length of the data array.
    Syntax
    'Declaration
     
    Public Property Length As System.Integer
    public System.int Length {get; set;}
    Remarks
    When extending the existing length of the array, the newly created elements are filled with data hole values. When reducing the length of the array, truncated elements are thrown away. Note that it may be necessary to increase the length of an array before setting its values with the Item property.
    See Also