Wijmo UI for the Web
orientation Field

A value that indicates the orientation of the legend.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_legend;
var value; // Type: string
value = instance.orientation;
Javascript (Specification) 
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: "horizontal" Displays series labels and colors in a row. "vertical" Displays series labels and colors in a column.
Browser Compatibility
7
5
5

See Also

Reference

chart_legend Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.