Enum AxisLineIdentifierType
Axis line indentifier type.
public enum AxisLineIdentifierType
Fields
AxisLineItself = 0
The axis line itself.
MajorGridLine = 1
Major grid line along the axis.
MinorGridLine = 2
Minor grid line along the axis.
WallsOrFloor = 3
Walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1.