Qt 6.11 is out! See what's new in the release
blog
QtGraphs: QML GraphsView margin between grid and X axis
-
Hi!
When I have too much data to show in the bar graph, I need to scroll horizontally and change label angle to -90. When I do that, the labels cross the grid itself.
Is there a way to change the distance between the grid and the x axis labels?
Can't find any setting for it.

Thank you. -
There is no built-in property for spacing between a label and a grid in Qt Charts - the only practical solution is to add a space/character at the beginning of each category text to visually push the label away from the grid.