The Chart3DDataSetPoint type exposes the following members.

Constructors

  Name Description
Public method Chart3DDataSetPoint
Initializes a new instance of the Chart3DDataSetPoint class.

Methods

  Name Description
Public method AddSeries
Add new series to the data set.
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).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetLStyleByHash (Overrides Chart3DDataSet..::..GetLStyleByHash(Int32).)
Protected method GetPointInternal (Overrides Chart3DDataSet..::..GetPointInternal(Int32, Int32).)
Protected method GetRowByPointIndex (Overrides Chart3DDataSet..::..GetRowByPointIndex(Int32).)
Protected method GetSStyleByHash (Overrides Chart3DDataSet..::..GetSStyleByHash(Int32).)
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.
(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 RemoveSeries
Remove series with given index from the data set.
Protected method SyncPoints (Inherited from Chart3DDataSet.)
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 Hole
Gets or sets hole value.
(Inherited from Chart3DDataSet.)
Public property Item
Gets or sets data point coordinates by specified series and index.
(Overrides Chart3DDataSet..::..Item[([( Int32, Int32])]) .)
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 SeriesCollection
Gets the collection of series.

See Also