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