HighchartsSeriesDataLabelsAnimationOptions class

Enable or disable the initial animation when a series is displayed for the dataLabels. 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/series.zigzag.dataLabels.animation

Inheritance

Constructors

HighchartsSeriesDataLabelsAnimationOptions.new({double? defer})
Enable or disable the initial animation when a series is displayed for the dataLabels. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation.

Properties

defer double?
The animation delay time in milliseconds. Set to 0 to render the data labels immediately. As undefined 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