The radius at which AxisTheta is drawn.

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

Syntax

C#
public virtual double Window { get; set; }
Visual Basic (Declaration)
Public Overridable Property Window As Double
Visual C++
public:
virtual property double Window {
	double get ();
	void set (double value);
}

Field Value

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