GUIAxisStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUIAxisStyleModel : GUILabelStyleModel
The GUIAxisStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUIAxisStyleModel | Initializes a new instance of the GUIAxisStyleModel class |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultFormat | |
![]() ![]() | DefaultInterval | |
![]() ![]() | DefaultIsLogarithmic | |
![]() ![]() | DefaultIsNumbersVisible | |
![]() ![]() | DefaultNumbersOffset | |
![]() ![]() | DefaultThickness | |
![]() ![]() | DefaultTimeInMinutes |
<GUIStyles> <GUIAxisStyle Id="MainStyle" Format="{0}" Interval="2" IsLogarithmic="true" IsNumbersVisible="false" NumbersOffset="1,1" Thickness="2" TimeInMinutes="2" /> </GUIStyles>