jQuery.wijmo.wijpiechart Namespace > options type : chartLabelFormatString Field |
Default value: ""
Sets the numeric format of the chart labels that show the value of each chart element. You can use Standard Numeric Format Strings.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijpiechart.options.chartLabelFormatString; |
Javascript (Specification) | |
---|---|
|