Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.241 Scale Property

Description:

Defines the interval between the graduation marks on the bar chart axis.

Used in control(s):

Graph

Value:

The interval between graduation marks.

When the value is 0, the graduation marks are not displayed.

It is not effective when the GraphStyle property is "3 - Pie".

The value must be less than or equal to the greater of the absolute value of the Lower property and the absolute value of the Upper property.

For example, when the value of the Lower property is -50 and the value of the Upper property is 100, the maximum value is 100.

Default value:

0

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.