Wijmo UI for the Web
chartLabelFormatString Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijscatterchart("option", "chartLabelFormatString");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijscatterchart("option", "chartLabelFormatString", newValue);
        
});
var chartLabelFormatString : string;
See Also

Reference

options type
wijscatterchart jQuery Widget