PanEvent

class PanEvent : ChartEvent

A "pan event" is triggered when a user move the viewport of a Chart.

Parameters

panX

The translation along the X-axis in Percent.

panY

The translation along the Y-axis in Percent.

Constructors

PanEvent
Link copied to clipboard
common
fun PanEvent(panX: Percent, panY: Percent)

Properties

panX
Link copied to clipboard
common
val panX: Percent
The translation along the X-axis in Percent.
panY
Link copied to clipboard
common
val panY: Percent
The translation along the Y-axis in Percent.
propagate
Link copied to clipboard
common
open override val propagate: Boolean
Indicates if this ChartEvent will be propagated to the listeners.