GUIGraphSeriesModelDataSource Property
|
Defines the Source of data that will be plotted.
Namespace:
Livit.Learn.Model.GUIAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string DataSource { get; set; }
Property Value
Type:
String
RemarksDataSource can be Binding or direct array as string e.g: "{0,1};{2,3};{4,5}".
See Also