QChartView Y axis alignment
-
Hi there, I'm writing a program using QChartView, There are some Qchartviews in a QVBoxLayout, and some of them have a Y axis using QValueAxis, while others are QCategoryAxis. I need to align their Y axes, I tried to setLabelFormat(" %d") with space before %d, but it seems not to work, Are there some better ways in Qt 6.5.0 to align them? Or Can I implement it with other better ways?