offset property

AxisTickLabels.offset property

Gets or sets the distance of the tick labels from the axis.

@property
def offset(self) -> int:
    ...

@offset.setter
def offset(self, value: int):
    ...

Remarks

The property represents a percentage of the default label offset.

Valid range is from 0 to 1000 percent inclusive. The default value is 100%.

The property has effect only for category axes. It is not supported by MS Office 2016 new charts.

See Also