Closed wiztensai closed 2 years ago
Apologies the documentation is a little outdated here. If you are drawing a single Series, then renderer.setBarGroupWidth
does exactly what you're after. The method name name changed to better reflect what this method actually does, particularly in the case when you are drawing 2 or more series.
Hi, why i cant set width of bar chart and i dont have method of setBarWidth.
this is my gradle
implementation "com.androidplot:androidplot-core:1.5.9"
implementation "com.halfhp.fig:figlib:1.0.11"
Image: https://ibb.co/TK2FDrT
This is full code: https://github.com/wiztensai/barchart-androidplot
Thanks