grSymbolType

Description

Values for the symbols associated with data points in a graph.

Used in Get/SetSeriesStyle and Get/SetDataStyle methods for graph controls in a DataWindow or for PowerBuilder graph controls.

Values

PowerBuilder enumerated value

Numeric value

Meaning

NoSymbol!

0

None

SymbolHollowBox!

1

A hollow box

SymbolX!

2

An X

SymbolStar!

3

A star

SymbolHollowUpArrow!

4

An outlined up arrow

SymbolHollowDownArrow!

5

An outlined down arrow

SymbolHollowCircle!

6

An outlined circle

SymbolHollowDiamond!

7

An outlined diamond

SymbolSolidBox!

8

A filled box

SymbolSolidDownArrow!

9

A filled down arrow

SymbolSolidUpArrow!

10

A filled up arrow

SymbolSolidDiamond!

11

A filled diamond

SymbolSolidCircle!

12

A filled circle

SymbolPlus!

13

A plus sign


See also

GetDataStyle

GetSeriesStyle

SetDataStyle

SetSeriesStyle