Type: Scene3DGridType;
The Type property determines a grid type.
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: