Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Syntax 4: For determining whether a series is an overlay – PB Docs 2021 – PowerBuilder Library

Syntax 4: For determining whether a series is an overlay – PB Docs 2021

Syntax 4: 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

Graph controls in windows and user objects, and graphs in
DataWindow controls

Syntax

Argument

Description

controlname

The name of the graph for which you want the overlay
status of a series in a graph, or the name of the DataWindow
control containing the graph.

graphcontrol (DataWindow control only)

(Optional) A string whose value is the name of the graph
in the DataWindow control for which you want the overlay
status.

seriesname

A string whose value is the name of the series for which
you want the overlay status.

overlayindicator

A boolean variable in which you want to store a value
indicating whether the series is an overlay. GetSeriesStyle
sets overlayindicator to true if the series is an overlay and
false if it is not.

Return value

Integer.

Returns 1 if it succeeds and -1 if an error occurs. 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.

Examples

These statements find out whether a series in the graph
gr_emp_data is an overlay. The series name is the text in the
SingleLineEdit sle_series:


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x