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

The visible option indicates whether to draw a label on each bubble in the chart.

Default: true

Syntax
var instance; // Type: wijmo.chart.bubblechart_chartlabel;
var value; // Type: boolean
value = instance.visible;
var visible : boolean;
See Also

Reference

bubblechart_chartlabel Interface