OverlapPercent DataWindow object property
Description
The percentage of overlap for the data markers (such as bars
or columns) in different series in a graph.
Controls
Graph controls
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>graphname</span>.OverlapPercent |
Describe and Modify argument:
|
1 |
"<span>graphname</span>.OverlapPercent { = '<span> integer</span> ' }" |
|
Parameter |
Description |
|---|---|
|
graphname |
The name of the graph control in the |
|
integer |
(exp) An integer |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab, OverlapPercent option (applicable when a series has been specified).
Examples
|
1 |
string setting |
|
1 |
setting = dw1.Object.graph_1.OverlapPercent |
|
1 |
dw1.Object.graph_1.OverlapPercent = 25 |
|
1 |
setting = dw1.Describe("graph_1.OverlapPercent")<br>dw1.Modify("graph_1.OverlapPercent=25") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest