Returns the window for an AxisiD.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetWindow()
Public Overridable Function GetWindow As Double()
public:
virtual array<double>^ GetWindow()
abstract GetWindow : unit -> float[]
override GetWindow : unit -> float[]
Return Value
Type:
Double
A
double[2] containing the range of this axis.
See Also