IMSL C# Numerical Library

Axis1D.SetWindow Method (Double, Double)

Sets the window for an Axis1D.

public virtual void SetWindow(
   double min,
   double max
);

Parameters

min
A double which specifies the value of the left/bottom end of the axis.
max
A double which specifies the value of the right/top end of the axis.

See Also

Axis1D Class | Imsl.Chart2D Namespace | Axis1D.SetWindow Overload List