Return the axis offsetText as a Text instance.
(self)
| 1526 | return self.label |
| 1527 | |
| 1528 | def get_offset_text(self): |
| 1529 | """Return the axis offsetText as a Text instance.""" |
| 1530 | return self.offsetText |
| 1531 | |
| 1532 | def get_pickradius(self): |
| 1533 | """Return the depth of the axis used by the picker.""" |
no outgoing calls