Wijmo UI for the Web
innerRadius Option

Default value: 0

A value that indicates the inner radius used for doughnut charts.

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

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.