public interface IAxisGridLinesRenderer extends IAxisGridLinesDrawable, IAxisRendererCore
Modifier and Type | Method and Description |
---|---|
void |
onLayout(com.scichart.drawing.common.IAssetManager2D assetManager,
int viewportWidth,
int viewportHeight)
Performs layout of grid lines renderer in bounds specified by
viewportWidth and viewportHeight |
onDraw
attachTo, detach, isAttached
onRenderSurfaceChanged
void onLayout(com.scichart.drawing.common.IAssetManager2D assetManager, int viewportWidth, int viewportHeight)
viewportWidth
and viewportHeight
assetManager
- IAssetManager2D
instance which manages assets for current IRenderSurface
instanceviewportWidth
- Viewport width in pixels where grid lines should be drawnviewportHeight
- Viewport height in pixels where grid lines should be drawn