[]
Abstract base class for all types of data sets (regular grid, irregular grid and point).
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class Chart3DDataSet
| Name | Description |
|---|---|
| Hole | Gets or sets hole value. |
| this[int, int] | Gets or sets the specified Chart3DPoint in the Chart3DDataSet by column and row indices. |
| MaxX | Gets the maximum X value of the chart data. |
| MaxY | Gets the maximum Y value of the chart data. |
| MaxZ | Gets the maximum Z value of the chart data. |
| MinX | Gets the minimum X value of the chart data. |
| MinY | Gets the minimum Y value of the chart data. |
| MinZ | Gets the minimum Z value of the chart data. |
| Name | Description |
|---|---|
| GetColumnByPointIndex(int) | Gets column by point index. |
| GetLStyleByHash(int) | Gets the plotting line style by hash. |
| GetPointInternal(int, int) | Gets the point by column and row index. |
| GetRowByPointIndex(int) | Gets row by point index. |
| GetSStyleByHash(int) | Gets the contour style by hash. |
| IsHole(double) | Determines if the passed value is a data hole. |
| Refresh() | Called when a data set was changed. |
| SyncPoints() | Called when array of Z-value data changed and C1Chart3D points and points need to be created. |
| SyncProps() | Called when data values are to be calculated. |