Use the members of this enumeration to set the value of the TrendLine.DataArray property in the TrendLine class.
[Visual Basic]
Public Enum DataArrayEnum
[C#]
public enum DataArrayEnum
[Delphi]
type DataArrayEnum = (Y, Y1, Y2, Y3);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Y |
Specifies ChartDataSeries.Y array |
Y1 |
Specifies ChartDataSeries.Y1 array |
Y2 |
Specifies ChartDataSeries.Y2 array |
Y3 |
Specifies ChartDataSeries.Y3 array |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |