jQuery.wijmo.wijchartcore 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.wijchartcore.options.showChartLabels; |
Javascript (Specification) | |
---|---|
var showChartLabels : boolean; |