The source SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. You can access, cast and cache the DataSeries via the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.DataSeries property
OnBeginSeriesDraw Method (IPaletteProvider)
Called at the start of an renderable series rendering, before the current draw operation.
Syntax
void OnBeginSeriesDraw( 
   IRenderableSeries rSeries
)

Parameters

rSeries
The source SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. You can access, cast and cache the DataSeries via the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.DataSeries property
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