has_legend property

has_legend property

Determines whether a chart has a legend. Read/write bool.

Definition:

@property
def has_legend(self):
    ...

@has_legend.setter
def has_legend(self, value):
    ...

See Also