Wijmo UI for the Web
radius Option
wijmo.chart.wijpiechart Namespace > options type : radius Option

Default value: null

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

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

Reference

options type
wijpiechart Method