The ChartCoordHolder type exposes the following members.
          
            
Constructors
        
| Name | Description | |
|---|---|---|
| 
                 | 
              ChartCoordHolder()()()() | |
| 
                 | 
              ChartCoordHolder(ChartGroup) | 
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              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.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              IsHole | 
                 
            Returns true whenever the passed value will be interpreted as a data hole.
             
               | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              NotifyChanges | |
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              ChartGroup | |
| 
                 | 
              CoordData | |
| 
                 | 
              Hole | 
                 
            Gets the current value of the data hole as specified by the
            parent object.
             
               | 
            
| 
                 | 
              Label | |
| 
                 | 
              Length | 
                 
            Gets the number of data points in the ChartCoordArray.
             
               | 
            
| 
                 | 
              PointData | 
                 
            Gets the ChartCoordArray object that manages point data (combined X and Y data).
             
               | 
            
| 
                 | 
              X | 
                 
            Gets the ChartCoordArray object that manages X data.
             
               | 
            
| 
                 | 
              Y | 
                 
            Gets the ChartCoordArray object that manages Y data.
             
               |