RenderSurface Property (ISciChartSurfaceBase)
Gets or sets the RenderSurface implementation that this SciChartSurfaceBase uses. Default implementation for a SciChartSurface is a SciChart.Drawing.HighSpeedRasterizer.HighSpeedRenderSurface, however SciChart supports additional render surfaces, providing high quality software and high speed hardware accelerated or 3D renderers.
Syntax
IRenderSurface RenderSurface {get; set;}
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