The Chart3DPointSeries type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Chart3DPointSeries |
Initializes a new instance of the Chart3DPointSeries class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
ToString |
Returns a string that represents the current Chart3DPointSeries.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Connected |
Gets or sets whether the series points are connected with lines.
|
|
|
Count |
Gets the number of points in series.
|
|
|
Item |
Gets or sets data point by specified index.
|
|
|
Label |
Gets or sets the text label of series.
|
|
|
Points |
Gets or sets the array of points in the series.
|
|
|
Style |
Gets the style of point drawing.
|
|
|
StyleIndex | |
|
|
Visible |
Gets or sets visibility of series.
|