AxisStep: Integer;
The AxisStep property specifies label spacing for 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 specified number of labels is displayed for the main axes.
See also: