Wijmo UI for the Web
clusterSpacing Option

Default value: 0

Sets the amount of space in pixels between the bars in each cluster.

Syntax
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) 
var clusterSpacing : number;
Remarks
This space may also be affected by the clusterOverlap and clusterWidth option settings.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.