AxisStep: Integer;
The AxisStep property determines a label display step along the main axes.
This example assumes that there is the S object of the IScene3D type.
Sub Chart3D;
Var
s : IScene3D;
Begin
s.DisplayedObjects.SceneCoordinates.AxisStep := 5;
End Sub Chart3D;
After executing the example the specified number of labels is displayed along the main axes.
See also: