Gets or sets the array index of y values that is used for TrendLine.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(DataArrayEnum.Y)]
public DataArrayEnum DataArray { get; set; }
Visual Basic
<DefaultValueAttribute(DataArrayEnum.Y)> _
Public Property DataArray As DataArrayEnum
	Get
	Set

See Also