XY Chart NET 3 Control Reference
SetZoomOutAll Method

Use this method to redraw a zoomed in chart back to its zoom-out-all state.   This method is equivalent to selecting the Zoom out all button in the Toolbar.

Syntax
[Visual Basic]
Sub SetZoomOutAll()
[C#]
void XYChartNETCtl.SetZoomOutAll()
[C++]
void SetZoomOutAll()
       
Example
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

XYChartNETCtl1.SetZoomOutAll  'Redraw graph in zoomed-out all state; Refresh call is not required
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.