IScene3DCoordinatePlane.Grid

Syntax

Grid: IScene3DGrid;

Description

The Grid property determines parameters of the coordinate plane grid.

Example

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

Sub Chart3D;

Var

S : IScene3D;

Begin

S.DisplayedObjects.CoordinatePlanes.BackPlane.Grid.Color := New GxColor.CreateARGB(255,0,0,255);

End Sub Chart3D;

Executing the example changes the color of the scene back wall to blue.

See also:

IScene3DCoordinatePlane