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

Default value: 0

A value that indicates the spacing between the adjacent bars.

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

Reference

options type
wijcompositechart jQuery Widget