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