@@ -24,6 +24,7 import QtCommercial.Chart 1.0 | |||
|
24 | 24 | ChartView { |
|
25 | 25 | title: "area series" |
|
26 | 26 | anchors.fill: parent |
|
27 | animationOptions: ChartView.SeriesAnimations | |
|
27 | 28 | |
|
28 | 29 | property variant series: areaSeries |
|
29 | 30 |
@@ -26,6 +26,7 ChartView { | |||
|
26 | 26 | anchors.fill: parent |
|
27 | 27 | theme: ChartView.ChartThemeLight |
|
28 | 28 | legend.alignment: Qt.AlignBottom |
|
29 | animationOptions: ChartView.SeriesAnimations | |
|
29 | 30 | |
|
30 | 31 | property variant series: mySeries |
|
31 | 32 |
@@ -26,6 +26,7 ChartView { | |||
|
26 | 26 | |
|
27 | 27 | title: "line series" |
|
28 | 28 | anchors.fill: parent |
|
29 | animationOptions: ChartView.SeriesAnimations | |
|
29 | 30 | |
|
30 | 31 | LineSeries { |
|
31 | 32 | id: lineSeries |
@@ -26,6 +26,7 ChartView { | |||
|
26 | 26 | anchors.fill: parent |
|
27 | 27 | theme: ChartView.ChartThemeLight |
|
28 | 28 | legend.alignment: Qt.AlignBottom |
|
29 | animationOptions: ChartView.SeriesAnimations | |
|
29 | 30 | |
|
30 | 31 | property variant series: mySeries |
|
31 | 32 |
@@ -24,6 +24,7 import QtCommercial.Chart 1.0 | |||
|
24 | 24 | ChartView { |
|
25 | 25 | title: "scatter series" |
|
26 | 26 | property variant series: scatterSeries |
|
27 | animationOptions: ChartView.SeriesAnimations | |
|
27 | 28 | |
|
28 | 29 | ScatterSeries { |
|
29 | 30 | id: scatterSeries |
General Comments 0
You need to be logged in to leave comments.
Login now