Wijmo UI for the Web
enabled Field
wijmo.chart Namespace > linechart_animation Interface : enabled Field

A value that determines whether to show animation. Set this option to false in order to disable animation.

Type: Boolean

Default: true

Syntax
var instance; // Type: wijmo.chart.linechart_animation;
var value; // Type: boolean
value = instance.enabled;
var enabled : boolean;
See Also

Reference

linechart_animation Interface