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