Search
BarRenderer.getBarSpacingRatio Method
See Also
 






Gets 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 double getBarSpacingRatio ()

 Return Value

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

 Remarks

Use getSameIndexSpacingRatio to regulate space between bars in each group.

 See Also