A value that indicates the format string of the chart labels.
Type: String
Default: ""
Code Example:
var scatterchart = document.getElementById("wijscatterchartDefault").winControl;
WinJS.UI.setOptions(scatterchart, {
chartLabelFormatString: "n0"
});