wijmo.chart Namespace > bubblechart_chartlabel Interface : visible Field |
The visible option indicates whether to draw a label on each bubble in the chart.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.chart.bubblechart_chartlabel; var value; // Type: bool value = instance.visible; |
Javascript (Specification) | |
---|---|
|