wijmo.chart.wijpiechart Namespace > options type : innerRadius Option |
Default value: 0
A value that indicates the inner radius used for doughnut charts.
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) | |
---|---|
|