public interface IAxisTitleRenderer extends com.scichart.drawing.common.IDrawable, IAxisRendererCore, IAxisLayoutChangeListener
Modifier and Type | Method and Description |
---|---|
int |
getDesiredHeight()
Gets desired height for currently attached axis
|
int |
getDesiredWidth()
Gets desired width for currently attached axis
|
void |
measure()
Measure required size for currently attached axis
|
void |
onLayout(com.scichart.drawing.common.IAssetManager2D assetManager,
android.graphics.Rect bounds)
Performs layout of axis renderer in specified bounds
|
attachTo, detach, isAttached
onRenderSurfaceChanged
onAxisLayoutChanged
void measure()
int getDesiredWidth()
int getDesiredHeight()
void onLayout(com.scichart.drawing.common.IAssetManager2D assetManager, android.graphics.Rect bounds)
assetManager
- IAssetManager2D
instance which manages assets for current IRenderSurface
instancebounds
- Bounds in pixels where axis should be drawn