[]
Represents a chart unbound data series definition.
public class ChartUnboundDataSeries : ChartDataSeries, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
ChartUnboundDataSeries() |
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. |
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. |