Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijbubblechart("option", "chartLabelFormatString");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijbubblechart("option", "chartLabelFormatString", newValue);
        
});
Javascript (Specification) 
var chartLabelFormatString : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.