[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DPointSeries

Chart3DPointSeries Class

Represents one series of data for point data layout (Chart3DDataSetPoint class).

Inheritance
Chart3DPointSeries
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DPointSeries

Constructors

Name Description
Chart3DPointSeries()

Initializes a new instance of the Chart3DPointSeries class.

Properties

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.

Methods

Name Description
ToString()

Returns a string that represents the current Chart3DPointSeries.