Wijmo UI for the Web
showChartLabels Option

Default value: true

A value that indicates whether to show default chart labels.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijbubblechart("option", "showChartLabels");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijbubblechart("option", "showChartLabels", newValue);
        
});
Javascript (Specification) 
var showChartLabels : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.