ResetPosition Property

Gets or sets the reset position. This is the System.Windows.Media.Media3D.Vector3D in 3D world coordinates where the SciChart.Charting3D.SciChart3DSurface.Camera Position is moved to on double-click of the mouse.

NOTE: This option is only used when AutoFitRadius is false

Syntax
[TypeConverter(SciChart.Charting3D.StringToVector3TypeConverter)]
public Vector3 ResetPosition {get; set;}
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