Wijmo UI for the Web
compass Field

A value that indicates where to draw the X axis using the four points of a compass.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: string
value = instance.compass;
Javascript (Specification) 
var compass : string;
Remarks
"north" Draws the axis along the top edge of the chart. "south" Draws the axis along the bottom edge of the chart. "east" Draws the axis along the right edge of the chart. "west" Draws the axis along the left edge of the chart.
Browser Compatibility
7
5
5

See Also

Reference

chart_axis Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.