[]
Manages the data for the ChartCoordArray objects.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartCoordHolder
| 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. |
| Name | Description |
|---|---|
| IsHole(double) | Returns true whenever the passed value will be interpreted as a data hole. |