[]
Represents irregular grid data layout.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DDataSetIrGrid : Chart3DDataSetGrid
Name | Description |
---|---|
Chart3DDataSetIrGrid(double[], double[], double[,]) | Initializes a new instance of the Chart3DDataSetIrGrid class. |
Chart3DDataSetIrGrid(double[], double[], object) | Initializes a new instance of the Chart3DDataSetIrGrid class. |
Chart3DDataSetIrGrid(float[], float[], float[,]) | Initializes a new instance of the Chart3DDataSetIrGrid class. |
Name | Description |
---|---|
ColumnDeltaArray | Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset. |
CountX | The X-columns count. |
CountY | The Y-rows count. |
MinX | Gets the minimum X value of the chart data. |
MinY | Gets the minimum Y value of the chart data. |
RowDeltaArray | Gets or sets the array indicates the amounts of space between a data value and its neighboring row in grid dataset. |
Name | Description |
---|---|
GetColumnValue(int) | Returns the X value associated with the specified indexed column. |
GetColumnValueInternal(int) | Get column value from the X-coordinate of the grid origin. |
GetColumnValues() | Gets the columns in grid data set. |
GetRectById(int) | Gets rectangle area of space between a data value and its neighboring column in grid data set. |
GetRowValue(int) | Returns the Y value associated with the specified indexed row. |
GetRowValueInternal(int) | Get row value from the X-coordinate of the grid origin. |
GetRowValues() | Gets the rows in grid data set. |
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. |