Aspose::Cells::Charts::TickLabelPositionType enum

TickLabelPositionType enum

Represents the position type of tick-mark labels on the specified axis.

enum class TickLabelPositionType

Values

NameValueDescription
High0
Position type is high.
Low1
Position type is low.
NextToAxis2
Position type is next to axis.
None3
Position type is none.

See Also