The minimum value of the value axis. The axis will always start from this value, even if there is no data point mapped that far.

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