Click or drag to resize

GUIGraphSeriesModelDataSource Property

Defines the Source of data that will be plotted.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string DataSource { get; set; }

Property Value

Type: String
Remarks

DataSource can be Binding or direct array as string e.g: "{0,1};{2,3};{4,5}".

See Also