TickMarkType

TickMarkType enumeration

Represents the tick mark type for the specified axis.

public enum TickMarkType

Values

NameValueDescription
Cross0Specifies the tick marks shall cross the axis.
Inside1Specifies the tick marks shall be inside the plot area.
None2Specifies there shall be no tick marks.
Outside3Specifies the tick marks shall be outside the plot area.

See Also