AxisRenderer

interface AxisRenderer

Axis visual component.

Functions

drawAxis
Link copied to clipboard
common
abstract fun drawAxis(drawingZone: DrawingZone)
Draw or redraw the axis, it will appear in front of the marks.
drawBackgroundElements
Link copied to clipboard
common
abstract fun drawBackgroundElements(drawingZone: DrawingZone)
Draw or redraw the background elements associated to the axis : gridLines & alternateBackgrounds
getSize
Link copied to clipboard
common
abstract fun getSize(totalSize: Size): ComponentSize
Compute and returns the preferred ComponentSize based on a given available Size.