wijmo.chart.wijbarchart Namespace > options type : clusterSpacing Option |
Default value: 0
Sets the amount of space in pixels between the bars in each cluster.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijbarchart("option", "clusterSpacing"); // Set value var newValue; // Type: number $(".selector").wijbarchart("option", "clusterSpacing", newValue); }); |
Javascript (Specification) | |
---|---|
|