The radius at which AxisTheta is drawn.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Window { get; set; }
Public Overridable Property Window As Double
Get
Set
public:
virtual property double Window {
double get ();
void set (double value);
}
abstract Window : float with get, set
override Window : float with get, set
Property Value
Type:
Double
A
double which contains the "Window" attribute value.
Remarks
The window has a maximum value of R. The R-axis always starts at 0.
By default, Window = 1.0.
See Also