DrawingProviders Property (IRenderableSeries)

Gets the collection of SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider implementations associated with this series.

Each series can have 1..N DrawingProviders which provides a specific function of drawing, such as lines, point-markers, candlesticks etc... These must be set in the constructor of the series before it can be drawn

This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider.OnDraw which performs the drawing of the series onto the viewport

Syntax
IEnumerable<ISeriesDrawingProvider> DrawingProviders {get;}
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