HighchartsYAxisStackLabelsAnimationOptions class
Enable or disable the initial animation when a series is
displayed for the stackLabels
. The animation can also be set as
a configuration object. Please note that this option only
applies to the initial animation.
For other animations, see chart.animation
and the animation parameter under the API methods.
The following properties are supported:
defer
: The animation delay time in milliseconds.
API Docs: https://api.highcharts.com/highcharts/yAxis.stackLabels.animation
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsYAxisStackLabelsAnimationOptions
Constructors
- HighchartsYAxisStackLabelsAnimationOptions.new({double? defer})
-
Enable or disable the initial animation when a series is displayed for the
stackLabels
. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation. For other animations, see chart.animation and the animation parameter under the API methods. The following properties are supported:
Properties
- defer ↔ double?
-
The animation delay time in milliseconds.
Set to
0
renders stackLabel immediately. Asundefined
inherits defer time from the series.animation.defer.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
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