ZoomMode enum Null safety
Zooming mode in SfCartesianChart
Constants
-
values
→ const List<
ZoomMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
ZoomMode> - x → const ZoomMode
-
ZoomMode.x
, zooms in horizontal direction.
const ZoomMode(0)
- xy → const ZoomMode
-
ZoomMode.xy
, zooms in both horizontal and vertical direction.
const ZoomMode(2)
- y → const ZoomMode
-
ZoomMode.y
, zooms in vertical direction.
const ZoomMode(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited