public interface IAxisGridLinesDrawable
IAxis
implementationsModifier and Type | Method and Description |
---|---|
void |
onDraw(com.scichart.drawing.common.IRenderContext2D renderContext,
com.scichart.drawing.common.IAssetManager2D assetManager,
RenderOperationLayers drawingLayers)
Draws axis grid lines in the center of the chart
|
void onDraw(com.scichart.drawing.common.IRenderContext2D renderContext, com.scichart.drawing.common.IAssetManager2D assetManager, RenderOperationLayers drawingLayers)
renderContext
- IRenderContext2D
instance to draw onassetManager
- IAssetManager2D
instance which manages assets related to current IRenderSurface
drawingLayers
- Specifies different drawing layers for drawing of axis grid linesRenderOperationLayers.AXIS_BANDS
,
RenderOperationLayers.AXIS_MAJOR_GRID_LINES
,
RenderOperationLayers.AXIS_MINOR_GRID_LINES
,
RenderOperationLayers.RENDERABLE_SERIES