[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartDataSeries

ChartDataSeries Class

Represents a chart data series definition.

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

Constructors

Name Description
ChartDataSeries()

Initializes a new instance of ChartDataSeries object.

Properties

Name Description
Connected

Gets or sets a value indicating whether the 3D series points are connected with lines. Relevant only for 3D Scatter chart with PointData layout.

DataLabel

Gets or sets the data label object (for 2D charts only).

DataValues

Gets the collection of data values for the data series.

Display

Gets or sets the display of the series (for 2D charts only).

FillStyle

Gets or sets the fill style of the data series (for 2D charts only).

FitType

Gets or sets the curve fit type (for 2D charts only).

Histogram

Gets the histogram settings for histogram chart (for 2D histogram charts only).

Label

Gets or sets the label of the data series. Represents the title of the legend item.

LegendEntry

Gets or sets a value indicating whether the series label appears in the legend (for 2D charts only).

LineStyle

Gets or sets the line style of the series, including color, thickness and pattern (for 2D charts or 3D Scatter charts with PointData layout).

Offset

Gets or sets the series offset for appropriate charts (for 2D charts only).

PlotFilter

Gets or sets the plot filter value which optimizes plotting large data arrays (for 2D XY-plot only).

PlotFilterMethod

Gets or sets the plot filter method (for 2D XY-plot only).

SymbolStyle

Gets or sets the symbol style of the series, including color, size and shape (for 2D charts or 3D Scatter charts with PointData layout).

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 data series.