Gets or sets a minimum value along this axis.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public SmartValue MinValue { get; set; }
Visual Basic (Declaration)
Public Property MinValue As SmartValue
Visual C++
public:
property SmartValue MinValue {
	SmartValue get ();
	void set (SmartValue value);
}

See Also