From 0b0b8d6fbe77b6938b8e378217c3ca8b8588ee51 Mon Sep 17 00:00:00 2001 From: Laurent Balland-Poirier Date: Wed, 18 Dec 2013 20:01:03 +0100 Subject: Update Y error bars help page to also fit X error bars Change-Id: I56fd5e196e84b97ad5505a60fda0260221aa0a9f Reviewed-on: https://gerrit.libreoffice.org/7139 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- source/text/schart/01/04050000.xhp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/text/schart') diff --git a/source/text/schart/01/04050000.xhp b/source/text/schart/01/04050000.xhp index 644ec40d48..bf9865e8dd 100644 --- a/source/text/schart/01/04050000.xhp +++ b/source/text/schart/01/04050000.xhp @@ -22,21 +22,21 @@ -Y Error Bars +X/Y Error Bars /text/schart/01/04050000.xhp -Y Error Barsi85330 -Use the Y Error Bars dialog to display error bars for 2D charts. +X/Y Error Barsi85330 +Use the X or Y Error Bars dialog to display error bars for 2D charts.
-An error bar is an indicator line that spans over a range from y - NegativeErrorValue to y + PositiveErrorValue. In this term, y is the value of the data point. When "standard deviation" is selected, y is the mean value of the data series. NegativeErrorValue and PositiveErrorValue are the amounts calculated by the error bar function or given explicitly. -The Insert - Y Error Bars menu command is only available for 2D charts. +An error bar is an indicator line that spans over a range from x/y - NegativeErrorValue to x/y + PositiveErrorValue. In this term, x or y is the value of the data point. When "standard deviation" is selected, x or y is the mean value of the data series. NegativeErrorValue and PositiveErrorValue are the amounts calculated by the error bar function or given explicitly. +The Insert - X/Y Error Bars menu command is only available for 2D charts. Error category In the Error category area, you can choose different ways to display the error category. @@ -90,7 +90,7 @@ Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size. From Data Table -For a chart with its own data, the error bar values can be entered in the chart data table. The Data Table dialog shows additional columns titled Positive Y-Error-Bars and Negative Y-Error-Bars.Positive (+) +For a chart with its own data, the error bar values can be entered in the chart data table. The Data Table dialog shows additional columns titled Positive X or Y-Error-Bars and Negative X or Y-Error-Bars.Positive (+) Enter the value to add to the displayed value as the positive error value.Negative (-) -- cgit