ChartDataManagerValuesYFields Property |
The data source columns array used as series items Y coordinate source
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string[] ValuesYFields { get; set; }
Public Property ValuesYFields As String()
Get
Set
public:
property array<String^>^ ValuesYFields {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ValuesYFields : string[] with get, set
Property Value
Type:
String
RemarksThis 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