Gets minimum value in these bounds.

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

Syntax

C#
public double Min { get; }
Visual Basic (Declaration)
Public ReadOnly Property Min As Double
Visual C++
public:
property double Min {
	double get ();
}

See Also