Search
BarRenderer.setBarSpacingRatio Method
See Also
 






Sets the ratio of empty space between adjacent bar groups to space occupied by bars.

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

 Syntax

Java  Copy Code

public void setBarSpacingRatio (
    double value
)

 Parameters

value

A double value which ranges from 0 to 1.

 Remarks

The bigger the value, the thinner the bars. Use setSameIndexSpacingRatio to set the space between bars in the same group.

 See Also