From 9aa888c2f56cdb91952fd70e85aec8cb5886d727 2015-09-30 07:44:40 From: Miikka Heikkinen Date: 2015-09-30 07:44:40 Subject: [PATCH] Added some missing restrictions to OpenGL series usage docs Change-Id: Id5bce8c0eda6aa66377516168e7fbae8c5dc7eed Reviewed-by: Titta Heikkala --- diff --git a/src/charts/qabstractseries.cpp b/src/charts/qabstractseries.cpp index 8ce0c9d..b31cdb6 100644 --- a/src/charts/qabstractseries.cpp +++ b/src/charts/qabstractseries.cpp @@ -160,16 +160,20 @@ QT_CHARTS_BEGIN_NAMESPACE \list \li Series animations are not supported for accelerated series. \li Antialiasing is not supported for accelerated series. + \li Point labels are not supported for accelerated series. \li Pen styles and marker shapes are ignored for accelerated series. Only solid lines and plain scatter dots are supported. The scatter dots may be circular or rectangular, depending on the underlying graphics hardware and drivers. \li Polar charts are not supported for accelerated series. + \li Mouse events are not supported for accelerated series. \li Since the accelerated series are drawn on top of the entire graphics view, they get drawn on top of any other graphics items that you may have on top chart in the same scene. \li To enable QOpenGLWidget to be partially transparent, it needs to be stacked on top of all other widgets. This means you cannot have other widgets partially covering the chart. + \li Enabling chart drop shadow is not recommended when using accelerated series, + as that can slow the frame rate down significantly. \endlist The default value is \c{false}.