[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartUnboundDataSeries

ChartUnboundDataSeries Class

Represents a chart unbound data series definition.

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

Constructors

Name Description
ChartUnboundDataSeries()

Properties

Name Description
X

Gets or sets the array that manages X data.

Y

Gets or sets the array that manages Y data.

Y1

Gets or sets the array that manages Y1 data.

Y2

Gets or sets the array that manages Y2 data.

Y3

Gets or sets the array that manages Y3 data.

Methods

Name Description
AssignFrom(ChartObject)

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

GetChartGroup()

For internal used only. Gets the chart group which contains this data series.