show_horizontal_axis property

show_horizontal_axis property

Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.

Definition:

@property
def show_horizontal_axis(self):
    ...
@show_horizontal_axis.setter
def show_horizontal_axis(self, value):
    ...

See Also