Package-level declarations

Functions

Link copied to clipboard
fun rememberDefaultCartesianMarker(label: TextComponent, valueFormatter: CartesianMarkerValueFormatter = remember { DefaultCartesianMarkerValueFormatter() }, labelPosition: DefaultCartesianMarker.LabelPosition = DefaultCartesianMarker.LabelPosition.Top, indicator: (Color) -> Component? = null, indicatorSize: Dp = Defaults.MARKER_INDICATOR_SIZE.dp, setIndicatorColor: (Int) -> Unit? = null, guideline: LineComponent? = null): DefaultCartesianMarker

Creates and remembers a DefaultCartesianMarker.