Changes the ActualMinimum and ActualMaximum by the given value. This does not change the difference between the ActualMinimum and ActualMaximum.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double Pan(
	double delta
)
Visual Basic
Public Function Pan ( _
	delta As Double _
) As Double
Visual C++
public:
double Pan(
	double delta
)

Parameters

delta
Type: System..::..Double
The logical distance to pan the axis.

Return Value

The logical distance that the axis actually moved by.

See Also