invert_if_negative property

invert_if_negative property

Specifies the bar, column or bubble series shall invert its colors if the value is negative. Read/write bool.

Definition:

@property
def invert_if_negative(self):
    ...

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

See Also