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