OrbitModifier3D Constructor

Initializes a new instance of the OrbitModifier3D

The OrbitModifier3D provides the behaviour of orbit (rotation around camera target) by dragging the mouse

It can be enabled by setting an OrbitModifier3D on the SciChart.Charting3D.SciChart3DSurface.ChartModifier property, or as part of a ModifierGroup3D

Syntax
public OrbitModifier3D()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also