summaryrefslogtreecommitdiffstats
path: root/examples/surfacechart
diff options
context:
space:
mode:
Diffstat (limited to 'examples/surfacechart')
-rw-r--r--examples/surfacechart/main.cpp24
1 files changed, 15 insertions, 9 deletions
diff --git a/examples/surfacechart/main.cpp b/examples/surfacechart/main.cpp
index 330f83dd..b984f7f1 100644
--- a/examples/surfacechart/main.cpp
+++ b/examples/surfacechart/main.cpp
@@ -52,15 +52,21 @@ int main(int argc, char *argv[])
Q3DSurface surfaceChart;
QList<qreal> lowList;
- lowList << 15.0 << 65.0 << 105.0 << 65.0 << 15.0;
- lowList << 35.0 << 105.0 << 170.0 << 105.0 << 35;
- lowList << 55.0 << 135.0 << 215.0 << 135.0 << 55;
- lowList << 75.0 << 155.0 << 240.0 << 155.0 << 75;
- lowList << 80.0 << 190.0 << 245.0 << 190.0 << 80;
- lowList << 75.0 << 155.0 << 240.0 << 155.0 << 75.0;
- lowList << 55.0 << 135.0 << 215.0 << 135.0 << 55;
- lowList << 35.0 << 105.0 << 170.0 << 105.0 << 35.0;
- lowList << 15.0 << 65.0 << 105.0 << 65.0 << 16.1;
+ lowList << 15.0 << 35.0 << 55.0 << 75.0 << 80.0 << 75.0 << 55.0 << 35.0 << 15.0;
+ lowList << 65.0 << 105.0 << 135.0 << 155.0 << 190.0 << 155.0 << 135.0 << 105.0 << 65.0;
+ lowList << 105.0 << 170.0 << 215.0 << 240.0 << 245.0 << 240.0 << 215.0 << 170.0 << 105.0;
+ lowList << 65.0 << 105.0 << 135.0 << 155.0 << 190.0 << 155.0 << 135.0 << 105.0 << 65.0;
+ lowList << 15.0 << 35.0 << 55.0 << 75.0 << 80.0 << 75.0 << 55.0 << 35.0 << 16.1;
+
+// lowList << 15.0 << 65.0 << 105.0 << 65.0 << 15.0;
+// lowList << 35.0 << 105.0 << 170.0 << 105.0 << 35;
+// lowList << 55.0 << 135.0 << 215.0 << 135.0 << 55;
+// lowList << 75.0 << 155.0 << 240.0 << 155.0 << 75;
+// lowList << 80.0 << 190.0 << 245.0 << 190.0 << 80;
+// lowList << 75.0 << 155.0 << 240.0 << 155.0 << 75.0;
+// lowList << 55.0 << 135.0 << 215.0 << 135.0 << 55;
+// lowList << 35.0 << 105.0 << 170.0 << 105.0 << 35.0;
+// lowList << 15.0 << 65.0 << 105.0 << 65.0 << 16.1;
surfaceChart.appendSeries(lowList);