From c60c8968c225c8cb8070ad75a53020f67c9d1963 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 23 Sep 2019 17:28:37 -0700 Subject: [PATCH] Add First row as label to localc --- source/2/2.2/2.2.2/libreoffice_calc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index d11cfc2e..c1851352 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -29,7 +29,7 @@ To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. .. image:: chartwindow.png -The :guilabel:`Data Range` tab controls what data will be in the chart and how present it. To switch to basing the bottom axis of your chart on rows of data press the :guilabel:`Data series in rows` button. To choose to switch your bottom axis of your chart on columns press the :guilabel:`Data series in columns` button. +The :guilabel:`Data Range` tab controls what data will be in the chart and how present it. To switch to basing the bottom axis of your chart on rows of data press the :guilabel:`Data series in rows` button. To choose to switch your bottom axis of your chart on columns press the :guilabel:`Data series in columns` button. To use the first row as a label on each item on the chart check the :guilabel:`First row as label`. If you want to insert a new column to the left of a column right click on the letter for the column :menuselection:`Insert Column Before`. If you want the new column to the right is right click on the letter and :menuselection:`Insert Column After`. To insert a row above the current row right click on the number and :menuselection:`Insert Row Above`. To insert a row below the current row right click on the number and :menuselection:`Insert Row Below`. To delete a row or column right click the number and select :menuselection:`Delete rows` or :menuselection:`Delete Column`.