Click or drag to resize

GUIAxesModelAxesSerialized Property

Lists the available Axes for this Chart.

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

Property Value

Type: ListGUIAxisModel
Remarks

The first defined Axis will be the X axis of the Chart.

There may be one or more Y axes as needed.

See Also