is_filtered property

is_filtered property

Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.

Definition:

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

See Also