##// END OF EJS Templates
Added missing type definitions...
Mika Salmela -
r2470:58f029148996
parent child
Show More
@@ -42,7 +42,8 public:
42 42 LegendMarkerTypeArea,
43 43 LegendMarkerTypeBar,
44 44 LegendMarkerTypePie,
45 LegendMarkerTypeXY
45 LegendMarkerTypeXY,
46 LegendMarkerTypeBoxPlot
46 47 };
47 48
48 49 Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged)
@@ -52,7 +52,8 public:
52 52 SeriesTypeSpline,
53 53 SeriesTypeHorizontalBar,
54 54 SeriesTypeHorizontalStackedBar,
55 SeriesTypeHorizontalPercentBar
55 SeriesTypeHorizontalPercentBar,
56 SeriesTypeBoxPlot
56 57 };
57 58
58 59 protected:
General Comments 0
You need to be logged in to leave comments. Login now