GUIAxesModelAxesSerialized Property
|
Lists the available
Axes for this Chart.
Namespace:
Livit.Learn.Model.GUIAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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