The Chart3DDataSet type exposes the following members.

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
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetLStyleByHash
Protected method GetPointInternal
Protected method GetRowByPointIndex
Protected method GetSStyleByHash
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsHole
Determines if the passed value is a data hole.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Protected method Refresh
Protected method SyncPoints
Protected method SyncProps
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Hole
Gets or sets hole value.
Public property Item
Gets or sets the specified Chart3DPoint in the Chart3DDataSet by column and row indices.
Public property MaxX
Gets the maximum X value of the chart data.
Public property MaxY
Gets the maximum Y value of the chart data.
Public property MaxZ
Gets the maximum Z value of the chart data.
Public property MinX
Gets the minimum X value of the chart data.
Public property MinY
Gets the minimum Y value of the chart data.
Public property MinZ
Gets the minimum Z value of the chart data.

See Also