How to change distance between chart and axes QML.
Unsolved
QML and Qt Quick
-
Hello!
I have a chart with axes in QML. The problem is that my axes are located too close to the chart itslef. Is it possible to increase the distance between the chart and the axes. Unfortunately, axes don't havemargin
property or anything similar that may solve my issue. I found a propertymargins
inChartView
, but it doesn't really seem to help me. Do you have any ideas? Thanks in advance!