zoomIn, zoomOut

Zoom in or out on Stateflow chart

Syntax

thisEditor.zoomIn
thisEditor.zoomOut

Description

The methods zoomIn and zoomOut cause the editor for a chart to zoom in or zoom out, respectively, by 20 percentage points.

Note

The zoomIn and zoomOut methods do not open or give focus to the editor for the chart.

Arguments

thisEditor

Editor object on which to zoom in or out.

Returns

None

Examples

If the Editor object ed represents the editor for a chart with the zoom level at 100%, the command ed.zoomIn raises the zoom level to 120%.

Introduced before R2006a