vico
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
vico
multiplatform
/
com.patrykandpatrick.vico.multiplatform.cartesian.layer
/
LineCartesianLayer
/
LineStroke
/
Dashed
/
Dashed
Dashed
constructor
(
thickness
:
Dp
=
Defaults.LINE_SPEC_THICKNESS_DP.dp
,
cap
:
StrokeCap
=
StrokeCap.Butt
,
dashLength
:
Dp
=
Defaults.LINE_DASH_LENGTH.dp
,
gapLength
:
Dp
=
Defaults.LINE_GAP_LENGTH.dp
)