ActualRangeChangedArgs class
Holds the onActualRangeChanged
event arguments.
ActualRangeChangedArgs is the type argument for onActualRangeChanged
event. Whenever the actual range is changed, the onActualRangeChanged
event is
triggered and provides options to set the visible minimum and maximum values.
It has the public properties of axis name, axis type, actual minimum, and maximum, visible minimum and maximum and axis orientation.
Constructors
- ActualRangeChangedArgs([String? axisName, ChartAxis? axis, dynamic actualMin, dynamic actualMax, dynamic actualInterval, AxisOrientation? orientation])
- Creating an argument constructor of ActualRangeChangedArgs class.
Properties
- actualInterval → dynamic
-
Get the actual interval of an axis.
final
- actualMax → dynamic
-
Get the actual maximum range of an axis.
final
- actualMin → dynamic
-
Get the actual minimum range of an axis.
final
- axis → ChartAxis?
-
Get the axis type.
final
- axisName → String?
-
Get the name of the axis.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- orientation → AxisOrientation?
-
Get the orientation of an axis.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visibleInterval ↔ dynamic
-
Get and set the interval for the visible range for an axis.
getter/setter pair
- visibleMax ↔ dynamic
-
Get and set the maximum visible range for an axis.
getter/setter pair
- visibleMin ↔ dynamic
-
Get and set the minimum visible range for an axis.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited