Render3D DataWindow object property
Description
Whether the GraphType is rendered in the DirectX 3D style.
Controls
Graph controls and Graph DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>graphname</span>.Render3D |
Describe and Modify argument:
1 |
"<span>graphname</span>.Render3D { = '<span> boolean </span>' } |
Parameter |
Description |
|
---|---|---|
graphname |
The graph control Graph types that can use the new 3D rendering style are: |
|
|
|
|
boolean |
0 = Original 3D 1 = New 3D rendering style |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab.
Examples
The following statement sets a graph control to the
DirectX 3D style.
1 |
gr_1.Render3D=true |
The following statement sets a DataWindow in the
graph presentation style to the DirectX 3D style.
1 |
dw_1.Object.gr_1.Render3D=true |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments