Elevation
property (DataWindow object)
Description
The elevation in a 3D graph.
Applies to
Graph controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.graphname.Elevation |
Describe and Modify argument:
|
1 |
"graphname.Elevation { = ' integer ' }" |
|
Parameter |
Description |
|---|---|
|
graphname |
The name of the graph control in the DataWindow for |
|
integer |
(exp) An integer specifying the elevation of the |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab, Elevationscroll bar (enabled when a 3D graph type is
selected).
Examples
|
1 2 3 4 5 6 |
string setting setting = dw1.Object.graph_1.Elevation dw1.Object.graph_1.Elevation = 35 setting = dw1.Describe("graph_1.Elevation") dw1.Modify("graph_1.Elevation=35") dw1.Modify("graph_1.Elevation='10~tIf(...,20,30)'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest