AxisThetaSetWindow Method (Double, 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 min,
double max
)
Public Overridable Sub SetWindow (
min As Double,
max As Double
)
public:
virtual void SetWindow(
double min,
double max
)
abstract SetWindow :
min : float *
max : float -> unit
override SetWindow :
min : float *
max : float -> unit
Parameters
- min
- Type: SystemDouble
A double which specifies the initial angular value, in radians
value.
- max
- Type: SystemDouble
A double which specifies the final angular value, in radians.
Remarks
The default "Window" is [0,2pi].
See Also