Click or drag to resize
ChartDataManagerValuesYFields Property
The data source columns array used as series items Y coordinate source

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] ValuesYFields { get; set; }

Property Value

Type: String
Remarks
This array could be used to set the Gantt chart data source columns. The columns should be added in the following order: X, Y, X2, Y2
See Also