aboutsummaryrefslogtreecommitdiffstats
path: root/stats/zvalues.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/zvalues.h')
-rw-r--r--stats/zvalues.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/stats/zvalues.h b/stats/zvalues.h
index 118c488c0..d6e9c7d60 100644
--- a/stats/zvalues.h
+++ b/stats/zvalues.h
@@ -15,4 +15,15 @@ struct ZValues {
static constexpr double legend = 5.0;
};
+enum class ChartZValue {
+ Grid = 0,
+ Series,
+ Axes,
+ SeriesLabels,
+ ChartFeatures, // quartile markers and regression lines
+ InformationBox,
+ Legend,
+ Count
+};
+
#endif