core
/
io.data2viz.charts.core
/
PanMode
common
Pan
Mode
enum
PanMode
:
Enum
<
PanMode
>
Content copied to clipboard
Panning behavior, use it to authorize or restrict panning.
Entries
Entries
None
Link copied to clipboard
common
None
()
Content copied to clipboard
Disable panning.
X
Link copied to clipboard
common
X
()
Content copied to clipboard
Pan only allowed on X axis.
Y
Link copied to clipboard
common
Y
()
Content copied to clipboard
Pan only allowed on Y axis.
XY
Link copied to clipboard
common
XY
()
Content copied to clipboard
Pan only allowed on X and Y axis.