Wijmo UI for the Web
clusterRadius Option

Default value: 0

Sets the number of pixels by which to round the corner-radius for the bars in the chart.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijbarchart("option", "clusterRadius");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijbarchart("option", "clusterRadius", newValue);
        
});
Javascript (Specification) 
var clusterRadius : number;
Remarks
The amount of rounding this produces depends on the size of the bar.For example, with a clusterRadius of 3, a small bar might look like a ball on the end, while a very large bar might only show a slight rounding of the corners.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.