AxisThetaSetWindow Method (Double) |
Sets the window for an AxisTheta.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetWindow(
double[] window
)
Public Overridable Sub SetWindow (
window As Double()
)
public:
virtual void SetWindow(
array<double>^ window
)
abstract SetWindow :
window : float[] -> unit
override SetWindow :
window : float[] -> unit
Parameters
- window
- Type: SystemDouble
A double array of length two containing the angular range.
Remarks
The default "Window" is [0,2pi].
See Also