Search
BarChart.setBarSpacingRatio Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setBarSpacingRatio (
    double value
)

 Parameters

value

A double values that ranges between 0 to 100. The greater the values, the smaller the bars.

 See Also