Use the members of this enumeration to set the value of the DataArray
property in the TrendLine class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum DataArrayEnum |
| Visual Basic |
|---|
Public Enumeration DataArrayEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Y | 0 | Specifies ChartDataSeries.Y array | |
| Y1 | 1 | Specifies ChartDataSeries.Y1 array | |
| Y2 | 2 | Specifies ChartDataSeries.Y2 array | |
| Y3 | 3 | Specifies ChartDataSeries.Y3 array |