Search
BarOverlayRenderer.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. The bigger the value, the smaller the bars.

 See Also