Wijmo UI for the Web
clusterOverlap Option

Default value: 0

Sets the amount of each bar to render over the edge of the next bar in the same cluster,as a percentage of the bar width.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijbarchart("option", "clusterOverlap");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijbarchart("option", "clusterOverlap", newValue);
        
});
Javascript (Specification) 
var clusterOverlap : number;
Remarks
Note: A cluster occurs when you have two or more series in your seriesList that have the same x data, but have different y data and different labels
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.