How can i increase barchart width and Spacing between them?
Please check the example project, it's all there.
Space between individual bars:
barDataSet.setBarSpacePercent(...);
Space between DataSets:
barData.setGroupSpace(...);
Values in percent.
Thanks
@PhilJay Is there a way to know the width of the full X column in pixels/dp? and with full column I mean this:

@PhilJay Is there a way to know the width of the full X column in pixels/dp? and with full column I mean this:
is there any answer to this question? It would be quite useful to get the this data in one clear way so it would make easier to make a lot of stuff. In special manage the number of labels dynamically.
@PhilJay can you please explain how to get width column in pixels?
Most helpful comment
Please check the example project, it's all there.
Space between individual bars:
barDataSet.setBarSpacePercent(...);Space between DataSets:
barData.setGroupSpace(...);Values in percent.