C-DEngine 5.105

nmiCtrlBarChart..::..MinValue Property

sets the lower limit

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

Syntax


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