Members 
FreeLookModifier3D Class

The FreeLookModifier3D provides the behaviour of free look (free rotation of camera, plus movement) by dragging the mouse and via keyboard shortcuts

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

Object Model
FreeLookModifier3D ClassIChartModifierSurface InterfaceISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceSciChart3DRootSceneEntity ClassAxisCubeEntity ClassSceneEntityCollection ClassIBaseSceneEntity InterfaceIEntityIdProvider InterfaceFpsPresenter ClassTSRBBox ClassTSRMatrix4 ClassIBaseSceneEntity InterfaceIRootSceneEntity InterfaceIViewport3D InterfaceXyzGizmo ClassIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceICameraController InterfaceIEntityIdProvider InterfaceISciChart3DSurface InterfaceIBaseSceneEntity InterfaceIAxis3D InterfaceIRange InterfaceILabelProvider InterfaceISciChart3DSurface InterfaceIServiceContainer InterfaceITickProvider InterfaceIRange InterfaceIAxis3D InterfaceIRange InterfaceILabelProvider InterfaceISciChart3DSurface InterfaceIServiceContainer InterfaceITickProvider InterfaceIRange InterfaceIAxis3D InterfaceIRange InterfaceILabelProvider InterfaceISciChart3DSurface InterfaceIServiceContainer InterfaceITickProvider InterfaceIRange Interface
Syntax
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class FreeLookModifier3D : OrbitModifier3D, SciChart.Charting.ChartModifiers.IChartModifierBase, IChartModifier3D, SciChart.Core.Utility.Mouse.IReceiveMouseEvents, SciChart.Core.Utility.Mouse.IReceiveTouchEvents  
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        SciChart.Charting3D.Modifiers.ApiElementBase3D
                           SciChart.Charting3D.Modifiers.ChartModifierBase3D
                              SciChart.Charting3D.Modifiers.OrbitModifier3D
                                 SciChart.Charting3D.Modifiers.FreeLookModifier3D

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