jQuery.wijmo.wijpiechart Namespace > options type : showChartLabels Field |
Default value: true
A value that indicates whether to show default chart labels.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijpiechart.options.showChartLabels; |
Javascript (Specification) | |
---|---|
var showChartLabels : boolean; |