Graph controls and Graph DataWindows
You can check this option to render 3D graphs in the DirectX style.
To change a graph to the DirectX style
Select the Render3D check box on the General page in the Properties view.
The Render3D property takes a boolean value.
This statement sets a Graph control gr_1 to the DirectX 3D style.
gr_1.Render3D = TRUE
This statement sets a DataWindow in the Graph presentation style to the DirectX 3D style.
dw_1.Object.gr_1.Render3D = TRUE