XlsChartSerie
InvertNegaColor Property
|
Indicates wheter to invert its colors if the value is negative.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool? InvertNegaColor { get; set; }
Public Property InvertNegaColor As Boolean?
Get
Set
public:
property Nullable<bool> InvertNegaColor {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member InvertNegaColor : Nullable<bool> with get, set
Property Value
Type:
Nullable
Boolean
See Also