Sets the ratio of empty space between adjacent bar groups to space occupied by bars.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public void setBarSpacingRatio ( |
A double value which ranges from 0 to 1.
RemarksThe bigger the value, the thinner the bars. Use setSameIndexSpacingRatio to set the space between bars in the same group.
See Also