invert_if_negative property
ChartDataPoint.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
- module aspose.words.drawing.charts
- class ChartDataPoint