Click or drag to resize

GUIGraphModelGraphData Property

Defines the list of GraphSeries in which the data are plotted into the Graph

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<GUIGraphSeriesModel> GraphData { get; set; }

Property Value

Type: ListGUIGraphSeriesModel
Remarks

GraphSeries inside GraphData can be more than one.

See Also