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