Interface IAxisGridLinesDrawable
Defines interface with callback for rendering of grid lines for IAxis implementations
Namespace:
Assembly: .dll
Syntax
public interface IAxisGridLinesDrawable
Methods
onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager, RenderOperationLayers drawingLayers)
Draws axis grid lines in the center of the chart See Also: RenderOperationLayers#RENDERABLE_SERIES, RenderOperationLayers#AXIS_MINOR_GRID_LINES, RenderOperationLayers#AXIS_BANDS, RenderOperationLayers#AXIS_MAJOR_GRID_LINES
Declaration
public abstract void onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager, RenderOperationLayers drawingLayers)
Parameters
Type | Name | Description |
---|---|---|
IRenderContext2D | renderContext | IRenderContext2D instance to draw on |
IAssetManager2D | assetManager | IAssetManager2D instance which manages assets related to current com.scichart.drawing.common.IRenderSurface |
RenderOperationLayers | drawingLayers | Specifies different drawing layers for drawing of axis grid lines |