Weight: Double;
The Weight property determines thickness of coordinate gridlines.
This example assumes that there is the object S of the IScene3D type.
Sub Chart3D;
Var
s : IScene3D;
Begin
s.DisplayedObjects.CoordinatePlanes.BackPlane.Grid.Weight := 3;
End Sub Chart3D;
Executing the example changes thickness of the back wall grid of the coordinate system to the specified value.
See also: