[]
Container object for data arrays.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartCoordArray : IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| DataType | Gets or sets the default data type of the coord. |
| Hole | Returns an Object with the current data hole value converted to the data type specified by the ChartCoordArray.DataType property. |
| this[int] | Gets or sets the value of the data element by index. |
| Length | Gets or sets the length of the coord array. |
| Name | Description |
|---|---|
| Add(object) | Adds a new value to the end of the ChartCoordArray. |
| Clear() | Removes all values from the ChartCoordArray. |
| Contains(object) | Determines whether a value is in the ChartCoordArray. |
| CopyDataIn(object) | Copies data into the ChartCoordArray, replacing all existing data. |
| CopyDataOut() | Copies data out of the ChartCoordArray using the default data type. |
| CopyDataOut(Type) | Copies data out of the ChartCoordArray using the specified data type. |
| CopyTo(Array, int) | Copies the elements of the ChartCoordArray to an Array. |
| GetEnumerator() | Gets an iteration object over ChartCoordArray collection. |
| IndexOf(object) | Gets the current index of the specified value in the ChartCoordArray. |
| Insert(int, object) | Inserts a new value at the specified index of the ChartCoordArray. |
| IsHole(object) | Determines if the specified value is interpreted as a data hole. |
| Remove(object) | Removes the first occurrence of the specified value from the ChartCoordArray. |
| RemoveAt(int) | Removes the element at the specified index from the ChartCoordArray. |
| ToString() |