IMSL C# Numerical Library

AxisTheta.SetWindow Method (Double, Double)

Sets the window for an AxisTheta.

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

Parameters

min
A double which specifies the initial angular value, in radians value.
max
A double which specifies the final angular value, in radians.

Remarks

The default "Window" is [0,2pi].

See Also

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