diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-01 09:31:07 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-01 15:10:46 +0200 |
commit | 49161d62b898d139a474bb790296b2f77d5ccaeb (patch) | |
tree | b0a3373e9a14c0615eb35486c3a84c32673f27a8 /source/text/schart | |
parent | 98ad6f21bad7e68fc539b5fb75aecba22ac8be55 (diff) |
tdf#106623 Write help page for PIVOT CHART
+ Added example file
+ with inputs from Tomasz Vajngerl
+ remove a spurious character slipped in set 1
+ fix DTD issue 01
Change-Id: I13ebce0241a2ae1e7dcac29945403607da0d1dfa
Reviewed-on: https://gerrit.libreoffice.org/53692
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/schart')
-rw-r--r-- | source/text/schart/main0000.xhp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/source/text/schart/main0000.xhp b/source/text/schart/main0000.xhp index d89857f9e7..d706baab0d 100644 --- a/source/text/schart/main0000.xhp +++ b/source/text/schart/main0000.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + + <meta> <topic id="textschartmain0000xml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Charts in $[officename]</title> @@ -32,7 +32,7 @@ </bookmark><comment>MW added one entry</comment> <paragraph xml-lang="en-US" id="hd_id3148664" role="heading" level="1"><variable id="chart_main"><link href="text/schart/main0000.xhp" name="Charts in $[officename]">Using Charts in %PRODUCTNAME</link> </variable></paragraph> - <paragraph xml-lang="en-US" id="par_id3154685" role="paragraph"><variable id="chart">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations. + <paragraph xml-lang="en-US" id="par_id3154685" role="paragraph"><variable id="chart">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations. </variable></paragraph> <paragraph xml-lang="en-US" id="hd_id3153143" role="heading" level="2">Chart Data</paragraph> <paragraph xml-lang="en-US" id="par_id5181432" role="paragraph">Charts can be based on the following data:</paragraph> @@ -59,6 +59,7 @@ <embed href="text/shared/guide/chart_insert.xhp#chart_insert"/> <embed href="text/schart/01/choose_chart_type.xhp#choose_chart_type"/> <paragraph xml-lang="en-US" id="hd_id5631580" role="heading" level="2">To edit a chart</paragraph> + <section id="chartedit"> <list type="ordered"> <listitem> <paragraph xml-lang="en-US" id="par_id7911008" role="paragraph">Click a chart to edit the object properties:</paragraph> @@ -85,6 +86,7 @@ <paragraph xml-lang="en-US" id="par_id4923856" role="tip">To print a chart in high quality, you can export the chart to a PDF file and print that file.</paragraph> <paragraph xml-lang="en-US" id="par_id0810200912061033" role="paragraph">In chart edit mode, you see the <link href="text/schart/main0202.xhp">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href="text/simpress/main0210.xhp">Drawing</link> toolbar of Draw and Impress.</paragraph> <paragraph xml-lang="en-US" id="par_id0810200902080452" role="paragraph">You can right-click an element of a chart to open the context menu. The context menu offers many commands to format the selected element.</paragraph> + </section> <bookmark xml-lang="en-US" branch="hid/.uno:FormatTitle" id="bm_id0810200903431839" localize="false"/> <paragraph xml-lang="en-US" id="par_id081020090354489" role="paragraph"><ahelp hid="." visibility="hidden">Formats the selected title.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:FormatChartArea" id="bm_id0810200903401642" localize="false"/> @@ -170,4 +172,4 @@ <embed href="text/shared/guide/chart_barformat.xhp#chart_barformat"/> <embed href="text/schart/01/three_d_view.xhp#three_d_view"/> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |