vico
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
vico
compose
/
com.patrykandpatrick.vico.compose.cartesian.axis
/
rememberAxisTickComponent
remember
Axis
Tick
Component
@
Composable
fun
rememberAxisTickComponent
(
fill
:
Fill
=
Fill(vicoTheme.lineColor)
,
thickness
:
Dp
=
Defaults.AXIS_LINE_WIDTH.dp
,
shape
:
Shape
=
RectangleShape
,
margins
:
Insets
=
Insets.Zero
,
strokeFill
:
Fill
=
Fill.Transparent
,
strokeThickness
:
Dp
=
0.dp
,
shadows
:
List
<
Shadow
>
=
emptyList()
)
:
LineComponent
A
rememberLineComponent
alias with defaults for
Axis
ticks.