[]
Container object for data arrays.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartDataArray : IList, ICollection, IEnumerable
Name | Description |
---|---|
DataField | Gets or sets the data field name that is bound to the ChartDataArray. |
DataType | Gets or sets the default data type of the data. |
Hole | Returns an Object with the ChartData.Hole value converted to the data type specified by the ChartDataArray.DataType property. |
this[int] | Gets or sets the value of the data element by index. |
Length | Gets or sets the length of the data array. |
Statistics | Gets the object that provides statistics for the data of this ChartDataArray. |
Name | Description |
---|---|
Add(object) | Adds a new value to the end of the ChartArrayArray. |
BindingListChanged(object, ListChangedEventArgs) | called when the binding list has changed. |
Clear() | Removes all values from the ChartDataArray. |
Contains(object) | Determines whether a value is in the ChartDataArray. |
CopyDataIn(object) | Copies data into the ChartDataArray, replacing all existing data. |
CopyDataOut() | Copies data out of the ChartDataArray using the default data type. |
CopyDataOut(Type) | Copies data out of the ChartDataArray using the specified data type. |
CopyTo(Array, int) | Copies the elements of the ChartDataArray to an Array. |
GetEnumerator() | Gets the ChartDataArray enumerator. |
IndexOf(object) | Gets the current index of the specified value in the ChartDataArray. |
Insert(int, object) | Inserts a new value at the specified index of the ChartDataArray. |
IsHole(object) | Determines if the specified value is interpreted as a data hole. |
Remove(object) | Removes the first occurance of the specified value from the ChartDataArray. |
RemoveAt(int) | Removes the element at the specified index from the ChartDataArray. |
ToString() |