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