@@ -160,16 +160,20 QT_CHARTS_BEGIN_NAMESPACE | |||||
160 | \list |
|
160 | \list | |
161 | \li Series animations are not supported for accelerated series. |
|
161 | \li Series animations are not supported for accelerated series. | |
162 | \li Antialiasing is not supported for accelerated series. |
|
162 | \li Antialiasing is not supported for accelerated series. | |
|
163 | \li Point labels are not supported for accelerated series. | |||
163 | \li Pen styles and marker shapes are ignored for accelerated series. |
|
164 | \li Pen styles and marker shapes are ignored for accelerated series. | |
164 | Only solid lines and plain scatter dots are supported. |
|
165 | Only solid lines and plain scatter dots are supported. | |
165 | The scatter dots may be circular or rectangular, depending on the underlying graphics |
|
166 | The scatter dots may be circular or rectangular, depending on the underlying graphics | |
166 | hardware and drivers. |
|
167 | hardware and drivers. | |
167 | \li Polar charts are not supported for accelerated series. |
|
168 | \li Polar charts are not supported for accelerated series. | |
|
169 | \li Mouse events are not supported for accelerated series. | |||
168 | \li Since the accelerated series are drawn on top of the entire graphics view, they get drawn |
|
170 | \li Since the accelerated series are drawn on top of the entire graphics view, they get drawn | |
169 | on top of any other graphics items that you may have on top chart in the same scene. |
|
171 | on top of any other graphics items that you may have on top chart in the same scene. | |
170 | \li To enable QOpenGLWidget to be partially transparent, it needs to be stacked on top of |
|
172 | \li To enable QOpenGLWidget to be partially transparent, it needs to be stacked on top of | |
171 | all other widgets. This means you cannot have other widgets partially covering the |
|
173 | all other widgets. This means you cannot have other widgets partially covering the | |
172 | chart. |
|
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 | \endlist |
|
177 | \endlist | |
174 |
|
178 | |||
175 | The default value is \c{false}. |
|
179 | The default value is \c{false}. |
General Comments 0
You need to be logged in to leave comments.
Login now