wijmo.chart.wijscatterchart Namespace > options type : chartLabelFormatString Option |
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) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijscatterchart("option", "chartLabelFormatString"); // Set value var newValue; // Type: string $(".selector").wijscatterchart("option", "chartLabelFormatString", newValue); }); |
Javascript (Specification) | |
---|---|
|