Class Axis

Axis class

An axis describes one dimension of SRS.

public class Axis

Constructors

NameDescription
Axis(string, AxisDirection)Creates new instance.

Properties

NameDescription
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