Enum TickMarkType

TickMarkType enumeration

Represents the tick mark type for the specified axis.

public enum TickMarkType

Values

NameValueDescription
Cross0Tick mark type is Cross.
Inside1Tick mark type is Inside.
None2Tick mark type is None.
Outside3Tick mark type is Outside

See Also