internalDraw Method
Draws the series using the com.scichart.drawing.common.IRenderContext2D, the com.scichart.drawing.common.IAssetManager2D and the com.scichart.charting.visuals.renderableSeries.data.ISeriesRenderPassData passed in
Syntax
protected abstract void internalDraw( IRenderContext2D renderContext, IAssetManager2D assetManager, ISeriesRenderPassData renderPassData ) |
Parameters
- renderContext
- The render context. This is a graphics object which has methods to draw lines, quads and polygons to the screen
- assetManager
- The asset manager. This is manager for graphic assets which has method for creation pens, brushes and textures
- renderPassData
- The render pass data which contain a resampled point series, the index range of point on the screen and the current coordinate calculator of XAxis and YAxis to convert data-point to screen points
See Also