Sets the window for an AxisTheta.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetWindow( double min, double max ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetWindow ( _ min As Double, _ max As Double _ ) |
Visual C++ |
---|
public: virtual void SetWindow( double min, double max ) |
Parameters
- min
- Type: System..::.Double
A double which specifies the initial angular value, in radians value.
- max
- Type: System..::.Double
A double which specifies the final angular value, in radians.
Remarks
The default "Window" is [0,2pi].