AxisPositionType

AxisPositionType enumeration

Determines a position of axis.

public enum AxisPositionType

Values

NameValueDescription
Bottom0Specifies that the axis shall be displayed at the bottom of the plot area.
Left1Specifies that the axis shall be displayed at the left of the plot area.
Right2Specifies that the axis shall be displayed at the right of the plot area.
Top3Specifies that the axis shall be displayed at the top of the plot area.

See Also