MaxY: Double;
The MaxY property returns the maximum value of the OY axis.
This example assumes that there is the S object of the IScene3D type.
Sub Chart3D;
Var
S : IScene3D;
t : Double;
Begin
t := s.DisplayedObjects.SceneCoordinates.MaxY;
End Sub Chart3D;
After executing the example the variable t contains maximum value of the OY axis.
See also: