Depth DataWindow object property
Description
The depth of a 3D graph.
Controls
Graph controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>graphname.</span>Depth |
Describe and Modify argument:
1 |
"<span>graphname.</span>Depth { = '<span> depthpercent </span>' }" |
Parameter |
Description |
---|---|
graphname |
The graph control within the DataWindow |
depthpercent |
(exp) An integer |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab, Depth slider.
Examples
1 |
string setting |
1 |
setting = dw1.Object.graph_1.Depth |
1 |
dw1.Object.graph_1.Depth = 70 |
1 |
setting = dw1.Describe("graph_1.Depth") |
1 |
dw1.Modify("graph_1.Depth='70'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments