wijmo.chart.wijcompositechart Namespace > options type : clusterWidth Option |
Default value: 85
A value that indicates the percentage of the plot area that each bar cluster occupies.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijcompositechart("option", "clusterWidth"); // Set value var newValue; // Type: number $(".selector").wijcompositechart("option", "clusterWidth", newValue); }); |
Javascript (Specification) | |
---|---|
|