Wijmo UI for the Web
reversed Field
wijmo.chart Namespace > chart_legend Interface : reversed Field

A value that indicates whether to reversed the order of legend list. Set this value to true to reversed the order of legend list.

Syntax
var instance; // Type: wijmo.chart.chart_legend;
var value; // Type: boolean
value = instance.reversed;
var reversed : boolean;
See Also

Reference

chart_legend Interface