HighchartsChartPanningOptions class
Allow panning in a chart. Best used with panKey to combine zooming and panning.
On touch devices, when the tooltip.followTouchMove option is true
(default), panning
requires two fingers. To allow panning with one finger, set
followTouchMove
to false
.
API Docs: https://api.highcharts.com/highcharts/chart.panning
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsChartPanningOptions
Constructors
- HighchartsChartPanningOptions.new({bool? enabled, String? type})
- Allow panning in a chart. Best used with panKey to combine zooming and panning.
Properties
- enabled ↔ bool?
-
Enable or disable chart panning.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Decides in what dimensions the user can pan the chart. Can be
one of
x
,y
, orxy
.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited