pltIViewControl ZoomOut

Zooms out of the plot.

Syntax

hwIViewControl_handle ZoomOut

Application

Tcl Modify

Description

This command zooms out of the plot so that curves become smaller in the plot, with a bigger range of numbers along each axis.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc;
vc ZoomOut;
plot Draw

Errors

Returns success (0) or an error code.

Keywords

XY plot

Tcl

Modify