Render3D (obsolete)

Applies to

Graph controls and Graph DataWindows

Description

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

Note

This property is obsolete. It applies only to DirectX 3D graph rendering, which relies on the deprecated DirectX SDK and is retained for backward compatibility only. This property is not recommended for new development.

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