Click or drag to resize

GUIGraphModelType Property

Defines the Type of the Graph

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

Property Value

Type: GUIGraphModelGraphType
Remarks

Possible values are : Line, Bar, and ScatterPlot

See Also