A value that indicates whether to show the default chart labels.
Type: Boolean
Default: true
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbubblechart").winControl, {
showChartLabels:true
});