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

A value that indicates whether to draw a label inside our outside of each bubble in the chart.

Default: inside

Syntax
var instance; // Type: wijmo.chart.bubblechart_chartlabel;
var value; // Type: string
value = instance.position;
var position : string;
Remarks

If set to "outside," the compass attribute sets where to draw the label.

Valid values:

See Also

Reference

bubblechart_chartlabel Interface