Disabling anti-aliasing just for axes of a QChart
Unsolved
General and Desktop
-
Hi, I hope everyone is doing well.
I am using QChartView to draw a QChart and the problem is that when I turn the anti-aliasing of the QChartView ON, the QChart axes get thicker. It seems QChartview applies anti-aliasing to the whole QChart object. Is there any simple way to stop this behavior and have a thin QValueAxis?
I started with the ZoomLineChart example and tried to have anti-aliasing only with data series and not QValueAxis but here are the results:- Win 8.1 x64.
- Qt 6.2.3.
- Visual 2022 community.