Name | Description | |
---|---|---|
Chart3DDataSetIrGrid Constructor | Overloaded. |
The following tables list the members exposed by Chart3DDataSetIrGrid.
Name | Description | |
---|---|---|
Chart3DDataSetIrGrid Constructor | Overloaded. |
Name | Description | |
---|---|---|
ColumnCount | Gets or sets the number of columns in grid dataset. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
ColumnDeltaArray | Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset. | |
ColumnOrigin | The X-coordinate of the grid origin. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
GridData | Gets or sets two-dimensional array of Z-values. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
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. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
MaxX | Gets the maximum X value of the chart data. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
MaxY | Gets the maximum Y value of the chart data. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
MaxZ | Gets the maximum Z value of the chart data. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
MinX | Overridden. Gets the minimum X value of the chart data. | |
MinY | Overridden. Gets the minimum Y value of the chart data. | |
MinZ | Gets the minimum Z value of the chart data. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
RowCount | Gets or sets the number of rows in grid dataset. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
RowDeltaArray | Gets or sets the array indicates the amounts of space between a data value and its neighboring row in grid dataset. | |
RowOrigin | The Y-coordinate of the grid origin. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) |
Name | Description | |
---|---|---|
GetColumnValue | Returns the X value associated with the specified indexed column. | |
GetJaggedGridData | Returns an object containing Z-values in a jagged double array. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
GetRowValue | Returns the Y value associated with the specified indexed row. | |
GetValue | Returns the elevation value of the grid point specified by the column and row indices. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
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. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) | |
SetValue | Sets the elevation value of the grid point specified by the column and row indices. (Inherited from C1.Win.C1Chart3D.Chart3DDataSetGrid) |