pltIViewControl ZoomIn
Zooms into the plot.
Syntax
hwIViewControl_handle ZoomIn
Application
Tcl Modify
Description
This command zooms into the plot so that the curves become bigger in the plot, with a smaller 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 ZoomIn;
plot Draw
Errors
Returns success (0) or an error code.
Keywords
XY plot
Tcl
Modify