Companion

object Companion

Houses CartesianMarkerController singletons and factory functions.

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Creates a CartesianMarkerController that shows the marker on hover.

Link copied to clipboard
fun showOnPress(consumeMoveEvents: Boolean = false): CartesianMarkerController

Creates 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 a CartesianMarkerController that toggles the marker visibility on tap.