summaryrefslogtreecommitdiff
path: root/chart2/source/inc/chartview/ChartSfxItemIds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/chartview/ChartSfxItemIds.hxx')
-rw-r--r--chart2/source/inc/chartview/ChartSfxItemIds.hxx18
1 files changed, 12 insertions, 6 deletions
diff --git a/chart2/source/inc/chartview/ChartSfxItemIds.hxx b/chart2/source/inc/chartview/ChartSfxItemIds.hxx
index 8c6c6e12b6d2..62b1204f5a58 100644
--- a/chart2/source/inc/chartview/ChartSfxItemIds.hxx
+++ b/chart2/source/inc/chartview/ChartSfxItemIds.hxx
@@ -162,12 +162,18 @@
#define SCHATTR_AXIS_FOR_ALL_SERIES (SCHATTR_MISC_START)
#define SCHATTR_MISC_END SCHATTR_AXIS_FOR_ALL_SERIES
-// regression curve equation
-#define SCHATTR_REGRESSION_START (SCHATTR_MISC_END + 1)
-#define SCHATTR_REGRESSION_TYPE SCHATTR_REGRESSION_START
-#define SCHATTR_REGRESSION_SHOW_EQUATION (SCHATTR_REGRESSION_START + 1)
-#define SCHATTR_REGRESSION_SHOW_COEFF (SCHATTR_REGRESSION_START + 2)
-#define SCHATTR_REGRESSION_END SCHATTR_REGRESSION_SHOW_COEFF
+// regression curve
+#define SCHATTR_REGRESSION_START (SCHATTR_MISC_END + 1)
+#define SCHATTR_REGRESSION_TYPE SCHATTR_REGRESSION_START
+#define SCHATTR_REGRESSION_SHOW_EQUATION (SCHATTR_REGRESSION_START + 1)
+#define SCHATTR_REGRESSION_SHOW_COEFF (SCHATTR_REGRESSION_START + 2)
+#define SCHATTR_REGRESSION_DEGREE (SCHATTR_REGRESSION_START + 3)
+#define SCHATTR_REGRESSION_PERIOD (SCHATTR_REGRESSION_START + 4)
+#define SCHATTR_REGRESSION_EXTRAPOLATE_FORWARD (SCHATTR_REGRESSION_START + 5)
+#define SCHATTR_REGRESSION_EXTRAPOLATE_BACKWARD (SCHATTR_REGRESSION_START + 6)
+#define SCHATTR_REGRESSION_SET_INTERCEPT (SCHATTR_REGRESSION_START + 7)
+#define SCHATTR_REGRESSION_INTERCEPT_VALUE (SCHATTR_REGRESSION_START + 8)
+#define SCHATTR_REGRESSION_END SCHATTR_REGRESSION_INTERCEPT_VALUE
#define SCHATTR_END SCHATTR_REGRESSION_END