Wijmo UI for the Web
showChartLabels Option

Default value: false

A value that indicates whether to show default chart labels.

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

See Also

Reference

options type
wijscatterchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.