Class Axis
Axis class
An axis describes one dimension of SRS.
Constructors
| Name | Description |
|---|
| Axis(string, AxisDirection) | Creates new instance. |
Properties
| Name | Description |
|---|
| Direction { get; } | Direction of this axis. |
| IsEastWestAxis { get; } | Detects if direction of axis is East or West. |
| IsNorthSouthAxis { get; } | Detects if direction of axis is North or South. |
| IsOtherAxis { get; } | Detects if this axis direction is Other. |
| IsUpDownAxis { get; } | Detects if direction of axis is Up or Down. |
| Name { get; } | Name of this axis. |
See Also