Returns the window for an AxisTheta.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] GetWindow()
Visual Basic (Declaration)
Public Overridable Function GetWindow As Double()
Visual C++
public:
virtual array<double>^ GetWindow()

Return Value

A double array of length two containing the angular range of the window.

See Also