Members 
TooltipModifier3D Class
The TooltipModifier3D provides a mouse-over tooltip to a chart, outputting a single SciChart.Charting3D.Model.ChartData.SeriesInfo3D object to bind to which updates as the mouse moves over data-points. Add to a SciChart.Charting3D.SciChart3DSurface and set IsEnabled to true to enable this behaviour
Object Model
TooltipModifier3D 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 TooltipModifier3D : SciChart.Charting3D.Modifiers.InspectSeriesModifierBase3D, SciChart.Charting.ChartModifiers.IChartModifierBase, SciChart.Charting3D.Modifiers.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.InspectSeriesModifierBase3D
                                 SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D

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