tick_label_offset property

ChartAxis.tick_label_offset property

Gets or sets the distance of labels from the axis.

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

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

Remarks

The property represents a percentage of the default label offset.

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

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

See Also