@@ -1,5 +1,13 | |||||
1 | Qt Charts 2.1.0 |
|
1 | Qt Charts 2.1.0 | |
2 |
|
2 | |||
|
3 | Performance Improvements | |||
|
4 | -------------------- | |||
|
5 | Qt Charts now supports accelerating drawing of line and scatter series with | |||
|
6 | OpenGL. In cases involving large amounts of points, this radically | |||
|
7 | improves performance. For example, a high-end desktop system with a good GPU | |||
|
8 | can draw a series with millions of points at a useful frame rate. | |||
|
9 | See QAbstractSeries::useOpenGL documentation for more information. | |||
|
10 | ||||
3 | New features |
|
11 | New features | |
4 | ------------ |
|
12 | ------------ | |
5 | - Added support for QAbstractSeries::useOpenGL property |
|
13 | - Added support for QAbstractSeries::useOpenGL property | |
@@ -8,6 +16,7 New features | |||||
8 | - Added support for minor ticks to value axis |
|
16 | - Added support for minor ticks to value axis | |
9 | - Added support for bar series value label angle |
|
17 | - Added support for bar series value label angle | |
10 | - Added QXYSeries::replace(QVector<QPointF> points) overload |
|
18 | - Added QXYSeries::replace(QVector<QPointF> points) overload | |
|
19 | - Added QXYSeries::pointsVector() to get series points as a QVector. | |||
11 | - Added possibility to set duration and easing curve for chart animation |
|
20 | - Added possibility to set duration and easing curve for chart animation | |
12 | - Added a method to remove more than one point to QXYSeries |
|
21 | - Added a method to remove more than one point to QXYSeries | |
13 | - Added option to set labels clipping |
|
22 | - Added option to set labels clipping |
General Comments 0
You need to be logged in to leave comments.
Login now