Search
FlowChart.ZoomToFit Method
See Also
 



Sets the ZoomFactor so that the whole diagram is visible.

 Syntax

VB6  Copy Code

Public Sub ZoomToFit ()

C++  Copy Code

public:
void ZoomToFit ()

 Remarks

Zooms the view to fit the document contents in the FlowChartX window. All diagram objects are visible after this operation.

 See Also