Axis
Use the VerticalAxis.rememberStart
, HorizontalAxis.rememberTop
, VerticalAxis.rememberEnd
, and HorizontalAxis.rememberBottom
functions to create axes:
Component
factory functionsFor the label
, axis
, tick
, and guideline
parameters of the functions from 5.4.1, you can use rememberAxisLabelComponent
, rememberAxisLineComponent
, rememberAxisTickComponent
, and rememberAxisGuidelineComponent
, which have more suitable defaults than rememberTextComponent
and rememberLineComponent
.