Returns the window for an AxisiD.

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[2] containing the range of this axis.

See Also