Wijmo UI for the Web
compass Field
wijmo.chart Namespace > bubblechart_chartlabel Interface : compass Field

A value that indicates the compass position at which to draw a chart label next to each bubble when you set the position option for the label to "outside." If the position is set to "inside," this attribute is ignored.

Default: "north"

Syntax
var instance; // Type: wijmo.chart.bubblechart_chartlabel;
var value; // Type: string
value = instance.compass;
var compass : string;
Remarks
Valid Values:
  • north
  • east
  • west
  • south
See Also

Reference

bubblechart_chartlabel Interface