Members 
ZoomExtentsModifier3D Class

The ZoomExtentsModifier3D provides the behaviour of zoom camera to fit on mouse double click on a 3D chart

It can be enabled by setting an ZoomExtentsModifier3D on the SciChart.Charting3D.SciChart3DSurface.ChartModifier property

Object Model
ZoomExtentsModifier3D ClassIChartModifierSurface InterfaceISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceVector3 ClassSWIGTYPE_p_float ClassVector3 ClassVector3 ClassSWIGTYPE_p_float ClassVector3 ClassSciChart3DRootSceneEntity 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 ZoomExtentsModifier3D : ChartModifierBase3D, 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.ZoomExtentsModifier3D

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