Zooms a diagram out.
public void ZoomOut( Nullable<Point> zoomLocation )
Public Sub ZoomOut( ByVal zoomLocation As Nullable(of Point) )
To verify whether or not it is possible to zoom a diagram, call the CanZoomOut method before calling the ZoomOut method.