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

A value that indicates the orientation of the legend.

Default: vertical

Syntax
var instance; // Type: wijmo.chart.chart_legend;
var value; // Type: string
value = instance.orientation;
var orientation : string;
Remarks

Vertical orientation generally works better with an east or west compass setting for the legend, while horizontal is more useful with a north or south compass setting and a small number of series in the seriesList.

Valid Values:

See Also

Reference

chart_legend Interface