Members 
ISeriesDrawingProvider Interface
Defines the base interface to a Series Drawing provider. This set of classes are responsible for drawing a specific series to the viewport. Drawing providers are accessed via SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.DrawingProviders property, and OnDraw is invoked during the drawing pass.
Syntax
public interface ISeriesDrawingProvider 
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