Click or drag to resize
AxisThetaSetWindow Method (Double)
Sets the window for an AxisTheta.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetWindow(
	double[] window
)

Parameters

window
Type: SystemDouble
A double array of length two containing the angular range.
Remarks
The default "Window" is [0,2pi].
See Also