Wijmo UI for the Web
radius Option

Default value: null

A value that indicates the radius used for a pie chart.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijpiechart("option", "radius");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijpiechart("option", "radius", newValue);
        
});
Javascript (Specification) 
var radius : number;
Remarks
If the value is null, then the radius will be calculated by the width/height value of the pie chart.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.