##// END OF EJS Templates
Added some missing restrictions to OpenGL series usage docs...
Miikka Heikkinen -
r2831:9aa888c2f56c
parent child
Show More
@@ -160,16 +160,20 QT_CHARTS_BEGIN_NAMESPACE
160 160 \list
161 161 \li Series animations are not supported for accelerated series.
162 162 \li Antialiasing is not supported for accelerated series.
163 \li Point labels are not supported for accelerated series.
163 164 \li Pen styles and marker shapes are ignored for accelerated series.
164 165 Only solid lines and plain scatter dots are supported.
165 166 The scatter dots may be circular or rectangular, depending on the underlying graphics
166 167 hardware and drivers.
167 168 \li Polar charts are not supported for accelerated series.
169 \li Mouse events are not supported for accelerated series.
168 170 \li Since the accelerated series are drawn on top of the entire graphics view, they get drawn
169 171 on top of any other graphics items that you may have on top chart in the same scene.
170 172 \li To enable QOpenGLWidget to be partially transparent, it needs to be stacked on top of
171 173 all other widgets. This means you cannot have other widgets partially covering the
172 174 chart.
175 \li Enabling chart drop shadow is not recommended when using accelerated series,
176 as that can slow the frame rate down significantly.
173 177 \endlist
174 178
175 179 The default value is \c{false}.
General Comments 0
You need to be logged in to leave comments. Login now