MCPcopy Create free account
hub / github.com/scanny/python-pptx / tick_labels

Method tick_labels

src/pptx/chart/axis.py:201–207  ·  view source on GitHub ↗

The |TickLabels| instance providing access to axis tick label formatting properties. Tick labels are the numbers appearing on a value axis or the category names appearing on a category axis.

(self)

Source from the content-addressed store, hash-verified

199
200 @lazyproperty
201 def tick_labels(self):
202 """
203 The |TickLabels| instance providing access to axis tick label
204 formatting properties. Tick labels are the numbers appearing on
205 a value axis or the category names appearing on a category axis.
206 """
207 return TickLabels(self._element)
208
209 @property
210 def tick_label_position(self):

Callers

nothing calls this directly

Calls 1

TickLabelsClass · 0.85

Tested by

no test coverage detected