IScene3DCoordinates.MinX

Syntax

MinX: Double;

Description

The MinX property returns minimum value of the X axis.

Example

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.MinX;

End Sub Chart3D;

After executing the example the variable t contains minimum value of the OX axis.

See also:

IScene3DCoordinates