minimum value of this axis. If empty, this value will be calculated automatically.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<decimal> ValuesMin { get; set; }
Visual Basic (Declaration)
Public Property ValuesMin As Nullable(Of Decimal)
Visual C++
public:
property Nullable<Decimal> ValuesMin {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}

See Also