Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.126 GraphStyle Property

Description:

Defines the style of graph to be used.

Used in control(s):

Graph

Values (with constants):

0 - Vertical bar(POW-GRAPHSTYLE-VERTICALBAR)
1 - Horizontal bar(POW-GRAPHSTYLE-HORIZONTALBAR)
2 - Line graph(POW-GRAPHSTYLE-LINE)
3 - Pie chart(POW-GRAPHSTYLE-PIE)

Default value:

0 - Vertical bar(POW-GRAPHSTYLE-VERTICALBAR)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-GRAPHSTYLEPIC S9(4) COMP-5