Wijmo UI for the Web
chartLabelStyle Option

Sets all of the style options of the chart labels that show the value of each chart element.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  any
    value = $(".selector").wijchartcore("option", "chartLabelStyle");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijchartcore("option", "chartLabelStyle", newValue);
        
});
Javascript (Specification) 
var chartLabelStyle : any;
Remarks
The style is defined in Raphael here is the documentation: http://raphaeljs.com/reference.html#Element.attr. The style is the “attr” method’s parameters.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijchartcore jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.