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

In This Topic
    ChartDataArray Class Members
    In This Topic

    The following tables list the members exposed by ChartDataArray.

    Public Properties
     NameDescription
    Public PropertyGets or sets the data field name that is bound to the ChartDataArray.  
    Public PropertyGets or sets the default data type of the data.  
    Public PropertyReturns an Object with the ChartData.Hole value converted to the data type specified by the ChartDataArray.DataType property.  
    Public PropertyGets or sets the value of the data element by index.  
    Public PropertyGets or sets the length of the data array.  
    Public PropertyGets the object that provides statistics for the data of this ChartDataArray.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new value to the end of the ChartArrayArray.  
    Public Method  
    Public MethodRemoves all values from the ChartDataArray.  
    Public MethodDetermines whether a value is in the ChartDataArray.  
    Public MethodCopies data into the ChartDataArray, replacing all existing data.  
    Public MethodOverloaded. Copies data out of the ChartDataArray using the default data type.  
    Public Method  
    Public MethodGets the current index of the specified value in the ChartDataArray.  
    Public MethodInserts a new value at the specified index of the ChartDataArray.  
    Public MethodDetermines if the specified value is interpreted as a data hole.  
    Public MethodRemoves the first occurance of the specified value from the ChartDataArray.  
    Public MethodRemoves the element at the specified index from the ChartDataArray.  
    Public Method  
    Top
    See Also