Wijmo UI for the Web
clusterSpacing Option

Default value: 0

A value that indicates the spacing between the adjacent bars.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijcompositechart("option", "clusterSpacing");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcompositechart("option", "clusterSpacing", newValue);
        
});
Javascript (Specification) 
var clusterSpacing : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcompositechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.