Search
BarRenderer.setSameIndexSpacingRatio Method
See Also
 






Sets the ratio of empty space to occupied space in bar groups drawn for data items as same index in each Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setSameIndexSpacingRatio (
    double value
)

 Parameters

value

A double value between 0 and 1. The bigger the value, the thinner the bars.

 Remarks

Use setBarSpacingRatio to regulate the space between groups of bars.

 See Also