summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/qabstract3dgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/qabstract3dgraph.cpp')
-rw-r--r--src/datavisualization/engine/qabstract3dgraph.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/datavisualization/engine/qabstract3dgraph.cpp b/src/datavisualization/engine/qabstract3dgraph.cpp
index 2b9fc92a..c797f554 100644
--- a/src/datavisualization/engine/qabstract3dgraph.cpp
+++ b/src/datavisualization/engine/qabstract3dgraph.cpp
@@ -148,7 +148,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
\value OptimizationDefault
Provides the full feature set at a reasonable performance.
\value OptimizationStatic
- Beta level feature. Optimizes the rendering of static data sets at the expense of some features.
+ Optimizes the rendering of static data sets at the expense of some features.
*/
/*!
@@ -636,12 +636,10 @@ qreal QAbstract3DGraph::aspectRatio() const
* \property QAbstract3DGraph::optimizationHints
*
* Defines if the rendering optimization is default or static. Default mode provides the full feature set at
- * reasonable performance. Static is a beta level feature and currently supports only a subset of the
- * features on the Scatter graph. Missing features are both gradient color styles
- * for points, and diffuse and specular color on rotations. At this point static is intended just for
- * introducing a new feature. It optimizes graph rendering and is ideal for large non-changing data
- * sets. It is slower with dynamic data changes and item rotations. Selection is not optimized, so using it
- * with massive data sets is not advisable.
+ * reasonable performance. Static optimizes graph rendering and is ideal for large non-changing data sets.
+ * It is slower with dynamic data changes and item rotations. Selection is not optimized, so using it with
+ * massive data sets is not advisable. Static works only on the Scatter graph and lacks the range gradient
+ * color style for points.
* Defaults to \c{OptimizationDefault}.
*/
void QAbstract3DGraph::setOptimizationHints(OptimizationHints hints)