Click or drag to resize
Axis1DSetWindow Method (Double, Double)
Sets the window for an Axis1D.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetWindow(
	double min,
	double max
)

Parameters

min
Type: SystemDouble
A double which specifies the value of the left/bottom end of the axis.
max
Type: SystemDouble
A double which specifies the value of the right/top end of the axis.
See Also