The PolygonData type exposes the following members.
          
            
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.) | 
            
| 
                 | 
              GetHiddenProperties | |
| 
                 | 
              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.
              (Inherited from ChartCoordHolder.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              NotifyChanges | (Overrides ChartCoordHolder..::..NotifyChanges()()()().) | 
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              ChartGroup | (Overrides ChartCoordHolder..::..ChartGroup.) | 
| 
                 | 
              CoordData | (Inherited from ChartCoordHolder.) | 
| 
                 | 
              Hole | 
                 
            Gets the current value of the data hole as specified by the
            parent object.
              (Inherited from ChartCoordHolder.) | 
            
| 
                 | 
              Label | (Overrides ChartCoordHolder..::..Label.) | 
| 
                 | 
              Length | 
                 
            Gets the number of data points in the ChartCoordArray.
              (Inherited from ChartCoordHolder.) | 
            
| 
                 | 
              PointData | 
                 
            Gets the ChartCoordArray object that manages point data (combined X and Y data).
              (Inherited from ChartCoordHolder.) | 
            
| 
                 | 
              PolygonCoords | 
                 
            Gets the current PolygonData object.  This property is only intended for use in the property browsers.  It is not useful in code.
             
               | 
            
| 
                 | 
              PolygonSource | 
                 
            Gets the or sets whether the source of the polygon data is from a ChartCoordArray
            object or from a specified data series.
             
               | 
            
| 
                 | 
              SeriesIndex | 
                 
            Gets the or sets the index of the ChartDataSeries from which to obtain data
            defining the polygon.
             
               | 
            
| 
                 | 
              X | 
                 
            Gets the ChartCoordArray object that manages X data.
              (Inherited from ChartCoordHolder.) | 
            
| 
                 | 
              Y | 
                 
            Gets the ChartCoordArray object that manages Y data.
              (Inherited from ChartCoordHolder.) |