Members 
RenderSurfaceBase Class
An abstract base class for the RenderSurface, which is a viewport used within the a SciChartSurface to render RenderableSeries types in a fast manner. The renderer architecture is plugin based, meaning we have build multiple implementations of RenderSurfaceBase.
Object Model
RenderSurfaceBase ClassIRenderTimerFactory InterfaceIServiceContainer 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 abstract class RenderSurfaceBase : System.Windows.Controls.ContentControl, SciChart.Core.Framework.IHitTestable, SciChart.Core.Framework.IInvalidatableElement, IRenderSurface, 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
                           SciChart.Drawing.DirectX.Context.D3D11.Direct3D11RenderSurface
                           SciChart.Drawing.HighQualityRasterizer.HighQualityRenderSurface
                           SciChart.Drawing.HighSpeedRasterizer.HighSpeedRenderSurface
                           SciChart.Drawing.VisualXcceleratorRasterizer.VisualXcceleratorRenderSurface
                           SciChart.Drawing.XamlRasterizer.XamlRenderSurface

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