Rotation

Applies to

Graph controls

Description

The Rotation property specifies the rotation from left to right of 3D graphs. Rotation is disabled for 2D graphs.

Usage

In a painter

To set the rotation of the graph:

  1. Select a 3D graph type from the GraphType list on the General page of the graph control's Properties view.

  2. Move the Rotation slider to change the graph's rotation.

In scripts

The Rotation property takes an integer value.

The following example rotates the graph 45 degrees to the left:

gr_1.Rotation = -45