[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DPointSeries

Chart3DPointSeries Class

Represents one series of data for point data layout.

Inheritance
Chart3DPointSeries
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart3DPointSeries : ChartObject, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
Chart3DPointSeries()

Initializes a new instance of Chart3DPointSeries object.

Properties

Name Description
Connected

Gets or sets a value indicating whether the 3D series points are connected with lines.

Label

Gets or sets the label of the point series.

LineStyle

Gets or sets the line style of the series, including color, thickness and pattern.

Points

Gets the collection of points for the point series.

SymbolStyle

Gets the symbol style of the series, including color, size and shape.

Visible

Gets or sets the visibility of the point series.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.

ToString()

Gets the string represents the point series.