Wijmo UI for the Web
clusterOverlap Option

Default value: 0

A value that indicates the percentage of bar elements in the same cluster overlap.

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

See Also

Reference

options type
wijcompositechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.