The ChartCoordArray type exposes the following members.

Methods

  Name Description
Public method Add
Adds a new value to the end of the ChartCoordArray.
Public method Clear
Removes all values from the ChartCoordArray.
Public method Contains
Determines whether a value is in the ChartCoordArray.
Public method CopyDataIn
Copies data into the ChartCoordArray, replacing all existing data.
Public method CopyDataOut()()()()
Copies data out of the ChartCoordArray using the default data type.
Public method CopyDataOut(Type)
Copies data out of the ChartCoordArray 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 ChartCoordArray.
Public method Insert
Inserts a new value at the specified index of the ChartCoordArray.
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 occurrence of the specified value from the ChartCoordArray.
Public method RemoveAt
Removes the element at the specified index from the ChartCoordArray.
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Count
Public property DataType
Gets or sets the default data type of the coord.
Public property Hole
Returns an Object with the current data hole value converted to the data type specified by the ChartCoordArray.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 coord array.
Public property SyncRoot

See Also