Aspose::Cells::Charts::TickMarkType enum

TickMarkType enum

Represents the tick mark type for the specified axis.

enum class TickMarkType

Values

NameValueDescription
Cross0
Tick mark type is Cross.
Inside1
Tick mark type is Inside.
None2
Tick mark type is None.
Outside3
Tick mark type is Outside.

See Also