Zoom Event
Syntax
Sub ControlName_Zoom( NewDistance As Variant)
Applies To
Purpose
Generates the Zoom event when you zoom in or out on the plot.
Remarks
This event is generated only if CWGraph3D.TrackMode is set to cwG3DTrackZoomPanRotate.
You can zoom a graph by pressing and holding the
Parameters
NewDistance As Variant
New distance of the viewing position from the origin.
Example
'Enables zooming, panning, and rotating the graph
CWGraph3D1.TrackMode = cwG3DTrackZoomPanRotate