Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Nullable<bool> InvertNegaColor { get; set; }
Public Property InvertNegaColor As Nullable(Of 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

Nullable<(Of <(<'Boolean>)>)>

See Also