The ChartCoordArray type exposes the following members.
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Add | 
                 
            Adds a new value to the end of the ChartCoordArray.
             
               | 
            
| 
                 | 
              Clear | 
                 
            Removes all values from the ChartCoordArray.
             
               | 
            
| 
                 | 
              Contains | 
                 
            Determines whether a value is in the ChartCoordArray.
             
               | 
            
| 
                 | 
              CopyDataIn | 
                 
            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 | |
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              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.) | 
            
| 
                 | 
              GetEnumerator | |
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              IndexOf | 
                 
            Gets the current index of the specified value in the ChartCoordArray.
             
               | 
            
| 
                 | 
              Insert | 
                 
            Inserts a new value at the specified index of the ChartCoordArray.
             
               | 
            
| 
                 | 
              IsHole | 
                 
            Determines if the specified value is interpreted as a data hole.
             
               | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              Remove | 
                 
            Removes the first occurrence of the specified value from the ChartCoordArray.
             
               | 
            
| 
                 | 
              RemoveAt | 
                 
            Removes the element at the specified index from the ChartCoordArray.
             
               | 
            
| 
                 | 
              ToString | (Overrides Object..::..ToString()()()().) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Count | |
| 
                 | 
              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.
             
               | 
            
| 
                 | 
              IsFixedSize | |
| 
                 | 
              IsReadOnly | |
| 
                 | 
              IsSynchronized | |
| 
                 | 
              Item | 
                 
            Gets or sets the value of the data element by index.
             
               | 
            
| 
                 | 
              Length | 
                 
            Gets or sets the length of the coord array.
             
               | 
            
| 
                 | 
              SyncRoot |