Name | Description | |
---|---|---|
Chart3DDataSetGrid Constructor | Overloaded. |
The following tables list the members exposed by Chart3DDataSetGrid.
Name | Description | |
---|---|---|
Chart3DDataSetGrid Constructor | Overloaded. |
Name | Description | |
---|---|---|
ColumnCount | Gets or sets the number of columns in grid dataset. | |
ColumnDelta | Indicates the amount of space between a data value and its neighboring column in grid dataset. | |
ColumnOrigin | The X-coordinate of the grid origin. | |
GridData | Gets or sets two-dimensional array of Z-values. | |
Hole | Gets or sets hole value. (Inherited from C1.Win.C1Chart3D.Chart3DDataSet) | |
Item | Gets or sets z-value of data by specified row and column. | |
MaxX | Overridden. Gets the maximum X value of the chart data. | |
MaxY | Overridden. Gets the maximum Y value of the chart data. | |
MaxZ | Overridden. Gets the maximum Z value of the chart data. | |
MinX | Overridden. Gets the minimum X value of the chart data. | |
MinY | Overridden. Gets the minimum Y value of the chart data. | |
MinZ | Overridden. Gets the minimum Z value of the chart data. | |
RowCount | Gets or sets the number of rows in grid dataset. | |
RowDelta | Indicates the amount of space between a data value and its neighboring column in grid dataset. | |
RowOrigin | The Y-coordinate of the grid origin. |
Name | Description | |
---|---|---|
GetJaggedGridData | Returns an object containing Z-values in a jagged double array. | |
GetValue | Returns the elevation value of the grid point specified by the column and row indices. | |
IsHole | Determines if the passed value is a data hole. (Inherited from C1.Win.C1Chart3D.Chart3DDataSet) | |
SetJaggedGridData | Sets the Z-values with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array. | |
SetValue | Sets the elevation value of the grid point specified by the column and row indices. |