Gets or sets the minimum logic distance between the ActualMinimum and ActualMaximum. The default is 0.004

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double MinimumRange { get; set; }
Visual Basic
Public Property MinimumRange As Double
	Get
	Set
Visual C++
public:
property double MinimumRange {
	double get ();
	void set (double value);
}

See Also