position property

AxisTickLabels.position property

Gets or sets the position of the tick labels on the axis.

@property
def position(self) -> aspose.words.drawing.charts.AxisTickLabelPosition:
    ...

@position.setter
def position(self, value: aspose.words.drawing.charts.AxisTickLabelPosition):
    ...

Remarks

The property is not supported by MS Office 2016 new charts.

See Also