@@ -42,7 +42,8 public: | |||||
42 | LegendMarkerTypeArea, |
|
42 | LegendMarkerTypeArea, | |
43 | LegendMarkerTypeBar, |
|
43 | LegendMarkerTypeBar, | |
44 | LegendMarkerTypePie, |
|
44 | LegendMarkerTypePie, | |
45 | LegendMarkerTypeXY |
|
45 | LegendMarkerTypeXY, | |
|
46 | LegendMarkerTypeBoxPlot | |||
46 | }; |
|
47 | }; | |
47 |
|
48 | |||
48 | Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged) |
|
49 | Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged) |
@@ -52,7 +52,8 public: | |||||
52 | SeriesTypeSpline, |
|
52 | SeriesTypeSpline, | |
53 | SeriesTypeHorizontalBar, |
|
53 | SeriesTypeHorizontalBar, | |
54 | SeriesTypeHorizontalStackedBar, |
|
54 | SeriesTypeHorizontalStackedBar, | |
55 | SeriesTypeHorizontalPercentBar |
|
55 | SeriesTypeHorizontalPercentBar, | |
|
56 | SeriesTypeBoxPlot | |||
56 | }; |
|
57 | }; | |
57 |
|
58 | |||
58 | protected: |
|
59 | protected: |
General Comments 0
You need to be logged in to leave comments.
Login now