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[] window ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetWindow ( _ window As Double() _ ) |
Visual C++ |
---|
public: virtual void SetWindow( array<double>^ window ) |
Parameters
- window
- Type: array<
System..::.Double
>[]()[]
A double array of length two containing the angular range.
Remarks
The default "Window" is [0,2pi].