wijmo.chart.wijlinechart Namespace > options type : showChartLabels Option |
Default value: true
A value that indicates whether to show default chart labels.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: boolean value = $(".selector").wijlinechart("option", "showChartLabels"); // Set value var newValue; // Type: boolean $(".selector").wijlinechart("option", "showChartLabels", newValue); }); |
Javascript (Specification) | |
---|---|
var showChartLabels : boolean; |