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