Wijmo UI for the Web
header Option

Type: wijmo.chart.chart_title

Sets up the object to use as the header of the barchart.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_title
    value = $(".selector").wijpiechart("option", "header");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_title
    $(".selector").wijpiechart("option", "header", newValue);
        
});
Javascript (Specification) 
var header : chart_title;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.