The 'line' property is an instance of Line that may be specified as: - An instance of :class:`plotly.graph_objs.box.Line` - A dict of string/value properties that will be passed to the Line constructor Returns ------- plotly.g
(self)
| 646 | |
| 647 | @property |
| 648 | def line(self): |
| 649 | """ |
| 650 | The 'line' property is an instance of Line |
| 651 | that may be specified as: |
| 652 | - An instance of :class:`plotly.graph_objs.box.Line` |
| 653 | - A dict of string/value properties that will be passed |
| 654 | to the Line constructor |
| 655 | |
| 656 | Returns |
| 657 | ------- |
| 658 | plotly.graph_objs.box.Line |
| 659 | """ |
| 660 | return self["line"] |
| 661 | |
| 662 | @line.setter |
| 663 | def line(self, val): |
no outgoing calls