CartesianMarkerController
Controls CartesianMarker visibility.
Types
Link copied to clipboard
object Companion
Houses CartesianMarkerController singletons and factory functions.
Functions
Link copied to clipboard
open fun shouldAcceptInteraction(interaction: Interaction, targets: List<CartesianMarker.Target>): Boolean
Indicates whether this CartesianMarkerController wants to respond to interaction. If true is returned, shouldShowMarker is called; otherwise, the marker visibility remains unchanged.
Link copied to clipboard
abstract fun shouldShowMarker(interaction: Interaction, targets: List<CartesianMarker.Target>): Boolean
Whether the marker should be visible.