Firstly, my QT environment is 5.12.0 with MSVC 2017 64 bit, I used 5.10.0 with MSVC 2017 64 bit before but the result is same.
For example, in QLineSeries, setPointsLabelVisible and setPointsVisible would be disabled. In QScatterSeries, setMarkerShape would be disabled.Just like the picture I uploaded.
pic 1
In this picture I didn't setUseOpenGL(true)
pic 2
While in this picture I setUseOpenGL(true) and the markerShape became block instead of circle with a edge.
I tried set these properties after setUseOpenGL(true) but it doesn't work.
I want to know how to make these properties enabled when using setUseOpenGL(true).