IScene3DGrid.Type

Syntax

Type: Scene3DGridType;

Description

The Type property determines a grid type.

Example

This example assumes that there is the object S of the IScene3D type.

Sub Chart3D;

Var

s : IScene3D;

Begin

s.DisplayedObjects.CoordinatePlanes.BackPlane.Grid.Type := Scene3DGridType.Dotted;

End Sub Chart3D;

Executing the example changes the type of the grid of back wall of the coordinate system to the specified one.

See also:

IScene3DGrid