summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/legend/qlegendmarker.h3
-rw-r--r--src/qabstractseries.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/legend/qlegendmarker.h b/src/legend/qlegendmarker.h
index ced43bda..f4b5de04 100644
--- a/src/legend/qlegendmarker.h
+++ b/src/legend/qlegendmarker.h
@@ -42,7 +42,8 @@ public:
LegendMarkerTypeArea,
LegendMarkerTypeBar,
LegendMarkerTypePie,
- LegendMarkerTypeXY
+ LegendMarkerTypeXY,
+ LegendMarkerTypeBoxPlot
};
Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged)
diff --git a/src/qabstractseries.h b/src/qabstractseries.h
index f6c7a240..10e91b2d 100644
--- a/src/qabstractseries.h
+++ b/src/qabstractseries.h
@@ -52,7 +52,8 @@ public:
SeriesTypeSpline,
SeriesTypeHorizontalBar,
SeriesTypeHorizontalStackedBar,
- SeriesTypeHorizontalPercentBar
+ SeriesTypeHorizontalPercentBar,
+ SeriesTypeBoxPlot
};
protected: