PrecisionOY: Integer;
The PrecisionOY property specifies value precision for the OY 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.PrecisionOY := 3;
End Sub Chart3D;
Executing this example displays values with three decimal digits on the OY-axis.
See also: