The Chart3DDataSetIrGrid 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 (Inherited from Chart3DDataSetGrid.)
Public method GetColumnValue
Returns the X value associated with the specified indexed column.
Protected method GetColumnValueInternal (Overrides Chart3DDataSetGrid..::..GetColumnValueInternal(Int32).)
Protected method GetColumnValues (Overrides Chart3DDataSetGrid..::..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.
(Inherited from Chart3DDataSetGrid.)
Protected method GetLStyleByHash (Inherited from Chart3DDataSet.)
Protected method GetPointInternal (Inherited from Chart3DDataSetGrid.)
Protected method GetRectById (Overrides Chart3DDataSetGrid..::..GetRectById(Int32).)
Protected method GetRowByPointIndex (Inherited from Chart3DDataSetGrid.)
Public method GetRowValue
Returns the Y value associated with the specified indexed row.
Protected method GetRowValueInternal (Overrides Chart3DDataSetGrid..::..GetRowValueInternal(Int32).)
Protected method GetRowValues (Overrides Chart3DDataSetGrid..::..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.
(Inherited from Chart3DDataSetGrid.)
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 Chart3DDataSetGrid..::..Refresh()()()().)
Public method SetJaggedGridData
Sets the Z-values with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.
(Inherited from Chart3DDataSetGrid.)
Public method SetValue
Sets the elevation value of the grid point specified by the column and row indices.
(Inherited from Chart3DDataSetGrid.)
Protected method SyncPoints (Overrides Chart3DDataSetGrid..::..SyncPoints()()()().)
Protected method SyncProps (Overrides Chart3DDataSetGrid..::..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.
(Inherited from Chart3DDataSetGrid.)
Public property ColumnDelta (Overrides Chart3DDataSetGrid..::..ColumnDelta.)
Public property ColumnDeltaArray
Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset.
Public property ColumnDeltaData
Public property ColumnOrigin
The X-coordinate of the grid origin.
(Inherited from Chart3DDataSetGrid.)
Protected property CountX (Overrides Chart3DDataSetGrid..::..CountX.)
Protected property CountY (Overrides Chart3DDataSetGrid..::..CountY.)
Public property Data (Inherited from Chart3DDataSetGrid.)
Public property GridData
Gets or sets two-dimensional array of Z-values.
(Inherited from Chart3DDataSetGrid.)
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.
(Inherited from Chart3DDataSetGrid.)
Public property MaxX (Inherited from Chart3DDataSetGrid.)
Public property MaxY (Inherited from Chart3DDataSetGrid.)
Public property MaxZ (Inherited from Chart3DDataSetGrid.)
Public property MinX (Overrides Chart3DDataSetGrid..::..MinX.)
Public property MinY (Overrides Chart3DDataSetGrid..::..MinY.)
Public property MinZ (Inherited from Chart3DDataSetGrid.)
Public property RowCount
Gets or sets the number of rows in grid dataset.
(Inherited from Chart3DDataSetGrid.)
Public property RowDelta (Overrides Chart3DDataSetGrid..::..RowDelta.)
Public property RowDeltaArray
Gets or sets the array indicates the amounts of space between a data value and its neighboring row in grid dataset.
Public property RowDeltaData
Public property RowOrigin
The Y-coordinate of the grid origin.
(Inherited from Chart3DDataSetGrid.)

See Also