[]
Represents one series of data for point data layout (Chart3DDataSetPoint class).
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DPointSeries
| Name | Description |
|---|---|
| Chart3DPointSeries() | Initializes a new instance of the Chart3DPointSeries class. |
| Name | Description |
|---|---|
| Connected | Gets or sets whether the series points are connected with lines. |
| Count | Gets the number of points in series. |
| this[int] | 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. |
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current Chart3DPointSeries. |