dashed

fun Shape.Companion.dashed(shape: Shape, dashLength: Dp, gapLength: Dp, fitStrategy: DashedShape.FitStrategy = com.patrykandpatrick.vico.core.common.shape.DashedShape.FitStrategy.Resize): DashedShape

Creates a DashedShape.

Parameters

shape

the androidx.compose.ui.graphics.Shape from which to create the DashedShape.

dashLength

the dash length.

gapLength

the gap length.

fitStrategy

the DashedShape.FitStrategy to use for the dashes.


fun Shape.Companion.dashed(shape: Shape, dashLength: Dp, gapLength: Dp, fitStrategy: DashedShape.FitStrategy = com.patrykandpatrick.vico.core.common.shape.DashedShape.FitStrategy.Resize): DashedShape

Creates a DashedShape.

Parameters

shape

the Shape from which to create the DashedShape.

dashLength

the dash length.

gapLength

the gap length.

fitStrategy

the DashedShape.FitStrategy to use for the dashes.