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

In This Topic
    ChartCoordArray Class Members
    In This Topic

    The following tables list the members exposed by ChartCoordArray.

    Public Properties
     NameDescription
    Public PropertyGets or sets the default data type of the coord.  
    Public PropertyReturns an Object with the current data hole value converted to the data type specified by the ChartCoordArray.DataType property.  
    Public PropertyGets or sets the value of the data element by index.  
    Public PropertyGets or sets the length of the coord array.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new value to the end of the ChartCoordArray.  
    Public MethodRemoves all values from the ChartCoordArray.  
    Public MethodDetermines whether a value is in the ChartCoordArray.  
    Public MethodCopies data into the ChartCoordArray, replacing all existing data.  
    Public MethodOverloaded. Copies data out of the ChartCoordArray using the default data type.  
    Public Method  
    Public MethodGets the current index of the specified value in the ChartCoordArray.  
    Public MethodInserts a new value at the specified index of the ChartCoordArray.  
    Public MethodDetermines if the specified value is interpreted as a data hole.  
    Public MethodRemoves the first occurrence of the specified value from the ChartCoordArray.  
    Public MethodRemoves the element at the specified index from the ChartCoordArray.  
    Public Method  
    Top
    See Also