Gets 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 double getBarSpacingRatio () |
A double value between 0 and 1. The bigger the value, the thinner the bars.
RemarksUse getSameIndexSpacingRatio to regulate space between bars in each group.
See Also