AxisThetaGetWindow Method |
Returns the window for an AxisTheta.
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 array of length two containing the angular range of
the window.
See Also