wijmo.chart.wijbarchart Namespace > options type : clusterRadius Option |
Default value: 0
Sets the number of pixels by which to round the corner-radius for the bars in the chart.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijbarchart("option", "clusterRadius"); // Set value var newValue; // Type: number $(".selector").wijbarchart("option", "clusterRadius", newValue); }); |
Javascript (Specification) | |
---|---|
|