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.
Controls
PowerBuilder DataWindow DataWindow
control
DataWindow Web ActiveX DataWindow
control
Syntax
[PowerBuilder]
1 |
integer <span>dwcontrol</span>.<span>GetSeriesStyle</span> ( string <span>graphcontrol</span>, string <span>seriesname</span>, REF boolean <span>overlayindicator</span> ) |
[Web ActiveX]
1 |
number <span>dwcontrol</span>.<span>GetSeriesStyleOverlay</span> ( string <span>graphcontrol</span>, string <span>seriesname</span> ) |
Argument |
Description |
---|---|
dwcontrol |
A reference to the DataWindow control |
graphcontrol |
A string whose value is the name of the |
seriesname |
A string whose value is the name of the |
overlayindicator |
In PowerBuilder, a boolean variable in For the Web ActiveX, call GetSeriesStyleOverlayValue to get the value instead |
Return Values
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.