The ChartDataArray type exposes the following members.

Methods

  Name Description
Public method Add
Adds a new value to the end of the ChartArrayArray.
Public method BindingListChanged
Public method Clear
Removes all values from the ChartDataArray.
Public method Contains
Determines whether a value is in the ChartDataArray.
Public method CopyDataIn
Copies data into the ChartDataArray, replacing all existing data.
Public method CopyDataOut()()()()
Copies data out of the ChartDataArray using the default data type.
Public method CopyDataOut(Type)
Copies data out of the ChartDataArray using the specified data type.
Public method CopyTo
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Gets the current index of the specified value in the ChartDataArray.
Public method Insert
Inserts a new value at the specified index of the ChartDataArray.
Public method IsHole
Determines if the specified value is interpreted as a data hole.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the first occurance of the specified value from the ChartDataArray.
Public method RemoveAt
Removes the element at the specified index from the ChartDataArray.
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Count
Public property DataField
Gets or sets the data field name that is bound to the ChartDataArray.
Public property DataType
Gets or sets the default data type of the data.
Public property Hole
Returns an Object with the ChartData.Hole value converted to the data type specified by the ChartDataArray.DataType property.
Public property IsFixedSize
Public property IsReadOnly
Public property IsSynchronized
Public property Item
Gets or sets the value of the data element by index.
Public property Length
Gets or sets the length of the data array.
Public property ParentControl
Public property Statistics
Gets the object that provides statistics for the data of this ChartDataArray.
Public property SyncRoot

See Also