Rotation DataWindow object property
Description
The degree of left-to-right rotation for the graph control
within the DataWindow when the graph has a 3D type.
Controls
Graph controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>graphname</span>.Rotation |
Describe and Modify argument:
1 |
"<span>graphname</span>.Rotation = { ' <span>integer </span>' }" |
Parameter |
Description |
---|---|
graphname |
The name of the Graph control for which |
integer |
(exp) The degree |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab, Rotation scroll bar (enabled when a 3D graph type is selected).
Examples
1 |
string setting |
1 |
setting = dw1.Object.graph_1.Rotation |
1 |
dw1.Object.graph_1.Rotation=25 |
1 |
setting = dw1.Describe("graph_1.Rotation") |
1 |
dw1.Modify("graph_1.Rotation=25") |
1 |
dw1.Modify("graph_1.Rotation='1~tHour(Now())'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments