ChartCoordHolder Class Members
In This Topic
The following tables list the members exposed by ChartCoordHolder.
Public Properties
| Name | Description |
 | Hole | Gets the current value of the data hole as specified by the parent object. |
 | Label | Gets the chart label text. |
 | 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. |
Top
Public Methods
| Name | Description |
 | IsHole | Returns true whenever the passed value will be interpreted as a data hole. |
Top
See Also