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

A value that determines whether the animation that renders the lines in the chart animates horizontally or vertically.

Type: string

Default: horizontal

Syntax
var instance; // Type: wijmo.chart.linechart_animation;
var value; // Type: string
value = instance.direction;
var direction : string;
Remarks

Valid values:

See Also

Reference

linechart_animation Interface