The PolygonData type exposes the following members.

Methods

  Name Description
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 GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHiddenProperties
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsHole
Returns true whenever the passed value will be interpreted as a data hole.
(Inherited from ChartCoordHolder.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges (Overrides ChartCoordHolder..::..NotifyChanges()()()().)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ChartGroup (Overrides ChartCoordHolder..::..ChartGroup.)
Public property CoordData (Inherited from ChartCoordHolder.)
Public property Hole
Gets the current value of the data hole as specified by the parent object.
(Inherited from ChartCoordHolder.)
Public property Label (Overrides ChartCoordHolder..::..Label.)
Public property Length
Gets the number of data points in the ChartCoordArray.
(Inherited from ChartCoordHolder.)
Public property PointData
Gets the ChartCoordArray object that manages point data (combined X and Y data).
(Inherited from ChartCoordHolder.)
Public property PolygonCoords
Gets the current PolygonData object. This property is only intended for use in the property browsers. It is not useful in code.
Public property PolygonSource
Gets the or sets whether the source of the polygon data is from a ChartCoordArray object or from a specified data series.
Public property SeriesIndex
Gets the or sets the index of the ChartDataSeries from which to obtain data defining the polygon.
Public property X
Gets the ChartCoordArray object that manages X data.
(Inherited from ChartCoordHolder.)
Public property Y
Gets the ChartCoordArray object that manages Y data.
(Inherited from ChartCoordHolder.)

See Also