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