The Chart3DDataSetGrid type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Chart3DDataSetGrid(Double, Double, Double, Double, array<Double,2>[,](,)[,][,]) | |
|
|
Chart3DDataSetGrid(Double, Double, Double, Double, Object) |
Initializes a new instance of the Chart3DDataSetGrid class.
|
|
|
Chart3DDataSetGrid(Single, Single, Single, Single, array<Single,2>[,](,)[,][,]) |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetColumnByPointIndex | (Overrides Chart3DDataSet..::..GetColumnByPointIndex(Int32).) |
|
|
GetColumnValueInternal | |
|
|
GetColumnValues | |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetJaggedGridData |
Returns an object containing Z-values in a jagged double array.
|
|
|
GetLStyleByHash | (Inherited from Chart3DDataSet.) |
|
|
GetPointInternal | (Overrides Chart3DDataSet..::..GetPointInternal(Int32, Int32).) |
|
|
GetRectById | |
|
|
GetRowByPointIndex | (Overrides Chart3DDataSet..::..GetRowByPointIndex(Int32).) |
|
|
GetRowValueInternal | |
|
|
GetRowValues | |
|
|
GetSStyleByHash | (Inherited from Chart3DDataSet.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
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 Chart3DDataSet.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyChanges | (Inherited from Chart3DDataSet.) |
|
|
Refresh | (Overrides Chart3DDataSet..::..Refresh()()()().) |
|
|
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.
|
|
|
SyncPoints | (Overrides Chart3DDataSet..::..SyncPoints()()()().) |
|
|
SyncProps | (Overrides Chart3DDataSet..::..SyncProps()()()().) |
|
|
ToString | (Inherited from Object.) |
Properties
| 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.
|
|
|
CountX | |
|
|
CountY | |
|
|
Data | |
|
|
GridData |
Gets or sets two-dimensional array of Z-values.
|
|
|
Hole |
Gets or sets hole value.
(Inherited from Chart3DDataSet.) |
|
|
Item |
Gets or sets z-value of data by specified row and column.
|
|
|
MaxX | (Overrides Chart3DDataSet..::..MaxX.) |
|
|
MaxY | (Overrides Chart3DDataSet..::..MaxY.) |
|
|
MaxZ | (Overrides Chart3DDataSet..::..MaxZ.) |
|
|
MinX | (Overrides Chart3DDataSet..::..MinX.) |
|
|
MinY | (Overrides Chart3DDataSet..::..MinY.) |
|
|
MinZ | (Overrides Chart3DDataSet..::..MinZ.) |
|
|
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.
|