Sets both the minimum and maximum values of the ChartAxis.

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

Syntax

C#
public void SetRange(
	double min,
	double max
)
Visual Basic
Public Sub SetRange ( _
	min As Double, _
	max As Double _
)
Visual C++
public:
void SetRange(
	double min, 
	double max
)

Parameters

min
Type: System..::..Double
The new minimum value.
max
Type: System..::..Double
The new maximum value.

See Also