invert_if_negative property

ChartSeries.invert_if_negative property

Specifies whether the parent element shall inverts its colors if the value is negative.

@property
def invert_if_negative(self) -> bool:
    ...

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

See Also