C-DEngine 5.105

nmiCtrlBarChart..::..MaxValue Property

sets the upper limit

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

Syntax


public int MaxValue { get; set; }
Public Property MaxValue As Integer
	Get
	Set
public:
property int^ MaxValue {
	int^ get ();
	void set (int^ value);
}