Render3D

Applies to

Graph controls and Graph DataWindows

Description

You can check this option to render 3D graphs in the DirectX style.

Usage

In a painter

To change a graph to the DirectX style

  • Select the Render3D check box on the General page in the Properties view.

In scripts

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