Syntax 5 For
determining whether a series is an overlay
Description
Reports whether a series in a graph is an overlay — whether it is
shown as a line on top of another graph type.
Applies to
PowerBuilder DataWindow
DataWindow control
Syntax
PowerBuilder
|
1 |
integer dwcontrol.GetSeriesStyle ( string graphcontrol, string seriesname, REF boolean overlayindicator ) |
|
Argument |
Description |
|---|---|
|
dwcontrol |
A reference to the DataWindow control containing |
|
graphcontrol |
A string whose value is the name of the graph in |
|
seriesname |
A string whose value is the name of the series for |
|
overlayindicator |
In PowerBuilder, a boolean variable in which you |
Return value
Returns 1 if it succeeds and -1 if an error occurs. In
PowerBuilder, stores in overlayindicator true if the specified series is
an overlay and false if it is not. If any argument’s value is null,
GetSeriesStyle returns null.
See also