Members 
SciChart3DRenderSurface Class
Provides a SciChart.Drawing.Common.RenderSurfaceBase implementation that uses a DirectX engine, capable of 3D rendering This requires DirectX10 hardware or later to run. Newer GPUs will have superior performance.
Object Model
SciChart3DRenderSurface ClassISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceIServiceContainer InterfaceIViewport3D InterfaceICameraController InterfaceIEntityIdProvider InterfaceISciChart3DSurface InterfaceIBaseSceneEntity Interface
Syntax
[AbtLicenseProvider(SciChart.Charting3D.SciChart3DRenderSurfaceLicenseProvider)]
[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 SciChart3DRenderSurface : SciChart.Drawing.Common.RenderSurfaceBase, ISciChart3DRenderSurface, SciChart.Core.Framework.IHitTestable, SciChart.Core.Framework.IInvalidatableElement, SciChart.Drawing.Common.IRenderSurface, SciChart.Drawing.Common.IRenderSurface2D  
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.Drawing.Common.RenderSurfaceBase
                           SciChart.Charting3D.SciChart3DRenderSurface

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