Wijmo UI for the Web
clusterRadius Option
wijmo.chart.wijcompositechart Namespace > options type : clusterRadius Option

Default value: 0

A value that indicates the corner-radius for the bar.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcompositechart("option", "clusterRadius");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcompositechart("option", "clusterRadius", newValue);
        
});
var clusterRadius : number;
See Also

Reference

options type
wijcompositechart jQuery Widget