OnDraw Method (PointMarkerDrawingProvider<TPointSeries>)
Called during the Draw pass of this series onto the viewport. This method is guaranteed to be called on the UI Thread.
Syntax
public override void OnDraw( IRenderContext2D renderContext, IRenderPassData renderPassData )
Parameters
- renderContext
- The RenderContext for drawing to the viewport.
- renderPassData
- The renderPassData contains additional helper classes and parameters such as SciChart.Charting.Visuals.RenderableSeries.IRenderPassData.PointRange and SciChart.Charting.Visuals.RenderableSeries.IRenderPassData.XCoordinateCalculator.
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