wijmo.chart.wijcompositechart Namespace > options type : clusterRadius Option |
Default value: 0
A value that indicates the corner-radius for the bar.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijcompositechart("option", "clusterRadius"); // Set value var newValue; // Type: number $(".selector").wijcompositechart("option", "clusterRadius", newValue); }); |
Javascript (Specification) | |
---|---|
|