C-DEngine 5.105

nmiCtrlBarChart..::..IsInverted Property

Sets the zero mark is to the right

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> IsInverted { get; set; }
Public Property IsInverted As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> IsInverted {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}