TickMarkType

TickMarkType enum

Represents the tick mark type for the specified axis.

enum class 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