The 'axis' property is an instance of Axis that may be specified as: - An instance of :class:`plotly.graph_objs.indicator.gauge.Axis` - A dict of string/value properties that will be passed to the Axis constructor Returns -------
(self)
| 22 | |
| 23 | @property |
| 24 | def axis(self): |
| 25 | """ |
| 26 | The 'axis' property is an instance of Axis |
| 27 | that may be specified as: |
| 28 | - An instance of :class:`plotly.graph_objs.indicator.gauge.Axis` |
| 29 | - A dict of string/value properties that will be passed |
| 30 | to the Axis constructor |
| 31 | |
| 32 | Returns |
| 33 | ------- |
| 34 | plotly.graph_objs.indicator.gauge.Axis |
| 35 | """ |
| 36 | return self["axis"] |
| 37 | |
| 38 | @axis.setter |
| 39 | def axis(self, val): |
no outgoing calls
no test coverage detected