Zoom

Description

The scaling percentage of the DataWindow object.

Applies to

DataWindows

Syntax

Describe and Modify argument:

"DataWindow.Zoom { = value }"

Parameter

Description

value

An integer specifying the scaling percentage of the DataWindow object. The default is 100%.

Usage


In the painter

To see the effect of different zoom factors in Preview mode, use Design>Zoom. The zoom factor you set in the painter is not used at runtime.

NoteLimitation The zoom property is not supported for the Graph DataWindow style.

Examples

Example 1

[Visual Basic]
setting = dw_1.Describe("DataWindow.Zoom")

dw_1.Modify("DataWindow.Zoom=50")