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

Sets the numeric format of the chart labels that show the value of each bubble.

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

You can use Standard Numeric Format Strings. You can also change the style of these labels using chartLabelStyle, or to hide them, see showChartLabels.

Some common numeric strings include:
See Also

Reference

bubblechart_chartlabel Interface