Members 
ModifierGroup3D Class
Allows a collection of modifiers to be set on the SciChart.Charting3D.SciChart3DSurface.ChartModifier property. Child modifiers are stored in the SciChart.Charting.ChartModifiers.ModifierGroup.ChildModifiers collection, which is backed by a DependencyProperty so may be bound to in Xaml.
Object Model
ModifierGroup3D ClassIChartModifier3D InterfaceIChartModifierSurface InterfaceISciChart3DSurface InterfaceIServiceContainer InterfaceIChartModifierSurface 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
[DefaultMember("Item")]
[ContentProperty("ChildModifiers")]
[DefaultProperty("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 ModifierGroup3D : 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.ModifierGroup3D

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