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.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.chart.bubblechart_chartlabel; var value; // Type: string value = instance.compass; |
Javascript (Specification) | |
---|---|
|