show_legend property

show_legend property

Gets or sets a value indicating whether the chart legend will be displayed. Default is true.

Definition:

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

See Also