Chart3DPointSeries Class Members
In This Topic
The following tables list the members exposed by Chart3DPointSeries.
Public Constructors
Public 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. |
| Visible | Gets or sets visibility of series. |
Top
Public Methods
| Name | Description |
| ToString | Returns a string that represents the current Chart3DPointSeries. |
Top
See Also