TickLabelPositionType

TickLabelPositionType

Overview

TickLabelPositionType is a enum in Aspose.Slides FOSS for Python.

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

This enumeration defines 4 values: HIGH, LOW, NEXT_TO, NONE.

Values

ValueDescription
HIGHRepresents tick labels positioned on the high side of the axis
LOW
NEXT_TORepresents tick labels placed next to the axis line
NONERepresents no tick labels displayed on the axis

See Also