The Chart3DDataSetGrid type exposes the following members.

Constructors

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Protected method GetColumnByPointIndex (Overrides Chart3DDataSet..::..GetColumnByPointIndex(Int32).)
Protected method GetColumnValueInternal
Protected method GetColumnValues
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetJaggedGridData
Returns an object containing Z-values in a jagged double array.
Protected method GetLStyleByHash (Inherited from Chart3DDataSet.)
Protected method GetPointInternal (Overrides Chart3DDataSet..::..GetPointInternal(Int32, Int32).)
Protected method GetRectById
Protected method GetRowByPointIndex (Overrides Chart3DDataSet..::..GetRowByPointIndex(Int32).)
Protected method GetRowValueInternal
Protected method GetRowValues
Protected method GetSStyleByHash (Inherited from Chart3DDataSet.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue
Returns the elevation value of the grid point specified by the column and row indices.
Public method IsHole
Determines if the passed value is a data hole.
(Inherited from Chart3DDataSet.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges (Inherited from Chart3DDataSet.)
Protected method Refresh (Overrides Chart3DDataSet..::..Refresh()()()().)
Public method SetJaggedGridData
Sets the Z-values with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.
Public method SetValue
Sets the elevation value of the grid point specified by the column and row indices.
Protected method SyncPoints (Overrides Chart3DDataSet..::..SyncPoints()()()().)
Protected method SyncProps (Overrides Chart3DDataSet..::..SyncProps()()()().)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ColumnCount
Gets or sets the number of columns in grid dataset.
Public property ColumnDelta
Indicates the amount of space between a data value and its neighboring column in grid dataset.
Public property ColumnOrigin
The X-coordinate of the grid origin.
Protected property CountX
Protected property CountY
Public property Data
Public property GridData
Gets or sets two-dimensional array of Z-values.
Public property Hole
Gets or sets hole value.
(Inherited from Chart3DDataSet.)
Public property Item
Gets or sets z-value of data by specified row and column.
Public property MaxX (Overrides Chart3DDataSet..::..MaxX.)
Public property MaxY (Overrides Chart3DDataSet..::..MaxY.)
Public property MaxZ (Overrides Chart3DDataSet..::..MaxZ.)
Public property MinX (Overrides Chart3DDataSet..::..MinX.)
Public property MinY (Overrides Chart3DDataSet..::..MinY.)
Public property MinZ (Overrides Chart3DDataSet..::..MinZ.)
Public property RowCount
Gets or sets the number of rows in grid dataset.
Public property RowDelta
Indicates the amount of space between a data value and its neighboring column in grid dataset.
Public property RowOrigin
The Y-coordinate of the grid origin.

See Also