PrecisionOZ: Integer;
The PrecisionOZ property specifies value precision for the OZ axis.
This example assumes that there is the S object of IScene3D type.
Sub Chart3D;
Var
S : IScene3D;
Style : IScene3DCoordinateTextStyles;
Begin
Style := s.DisplayedObjects.CoordinatePlanes.TextStyles;
Style.PrecisionOZ := 3;
End Sub Chart3D;
Executing this example displays values with three decimal digits on the OZ axis.
See also: