IChartSeriesInvertIfNegative Property |
Specifies the bar, column or bubble series shall invert its colors if the value is negative.
Read/write
Boolean.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxbool InvertIfNegative { get; set; }Property InvertIfNegative As Boolean
Get
Set
property bool InvertIfNegative {
bool get ();
void set (bool value);
}abstract InvertIfNegative : bool with get, set
Property Value
Type:
Boolean
See Also