Type: Scene3DProjectionType;
The Type property determines a type of a 3D scene projection.
This example assumes that there is the object S of the IScene3D type.
Sub Chart3D;
Var
s : IScene3D;
Begin
s.SceneView.SceneViewProperty.Projection.Type := Scene3DProjectionType.Ortho;
End Sub Chart3D;
Executing the example will set orthogonal scene projection.
See also: