Click or drag to resize
AxisXYSetWindow Method
Sets the window for an AxisXY.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetWindow(
	double[] window
)

Parameters

window
Type: SystemDouble
A double[2] containing the "Window" attribute value.
See Also