InteractionOptions
data class InteractionOptions(val mode: InteractionMode = InteractionMode.NEAREST, val intersect: Boolean = true, val axis: String = "x", val includeInvisible: Boolean = true)(source)
Chart interactions options.
Constructors
Link copied to clipboard
constructor(mode: InteractionMode = InteractionMode.NEAREST, intersect: Boolean = true, axis: String = "x", includeInvisible: Boolean = true)