Package-level declarations
Functions
Link copied to clipboard
fun rememberDefaultCartesianMarker(label: TextComponent, valueFormatter: DefaultCartesianMarker.ValueFormatter = remember {
DefaultCartesianMarker.ValueFormatter.default()
}, labelPosition: DefaultCartesianMarker.LabelPosition = DefaultCartesianMarker.LabelPosition.Top, indicator: (Color) -> Component? = null, indicatorSize: Dp = Defaults.MARKER_INDICATOR_SIZE.dp, guideline: LineComponent? = null): DefaultCartesianMarker
Creates and remembers a DefaultCartesianMarker.
Link copied to clipboard
Creates and remembers a CartesianMarkerController that shows the marker on hover.
Link copied to clipboard
fun CartesianMarkerController.Companion.rememberShowOnPress(consumeMoveEvents: Boolean = false): CartesianMarkerController
Creates and remembers a CartesianMarkerController that shows the marker on press. consumeMoveEvents defines whether to consume move touch events when scroll is disabled.
Link copied to clipboard
Creates and remembers a CartesianMarkerController that toggles the marker visibility on tap.