The Chart3DDataSetPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Chart3DDataSetPoint |
Initializes a new instance of the Chart3DDataSetPoint class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AddSeries |
Add new series to the data set.
|
|
|
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).) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetLStyleByHash | (Overrides Chart3DDataSet..::..GetLStyleByHash(Int32).) |
|
|
GetPointInternal | (Overrides Chart3DDataSet..::..GetPointInternal(Int32, Int32).) |
|
|
GetRowByPointIndex | (Overrides Chart3DDataSet..::..GetRowByPointIndex(Int32).) |
|
|
GetSStyleByHash | (Overrides Chart3DDataSet..::..GetSStyleByHash(Int32).) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
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()()()().) |
|
|
RemoveSeries |
Remove series with given index from the data set.
|
|
|
SyncPoints | (Inherited from Chart3DDataSet.) |
|
|
SyncProps | (Overrides Chart3DDataSet..::..SyncProps()()()().) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Hole |
Gets or sets hole value.
(Inherited from Chart3DDataSet.) |
|
|
Item |
Gets or sets data point coordinates by specified series and index.
(Overrides Chart3DDataSet..::..Item[([( Int32, Int32])]) .) |
|
|
MaxX | (Overrides Chart3DDataSet..::..MaxX.) |
|
|
MaxY | (Overrides Chart3DDataSet..::..MaxY.) |
|
|
MaxZ | (Overrides Chart3DDataSet..::..MaxZ.) |
|
|
MinX | (Overrides Chart3DDataSet..::..MinX.) |
|
|
MinY | (Overrides Chart3DDataSet..::..MinY.) |
|
|
MinZ | (Overrides Chart3DDataSet..::..MinZ.) |
|
|
SeriesCollection |
Gets the collection of series.
|