1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir
352ac0773SAndrew Rist<!--***********************************************************
4bc4ff2acSmseidel *
552ac0773SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
652ac0773SAndrew Rist * or more contributor license agreements.  See the NOTICE file
752ac0773SAndrew Rist * distributed with this work for additional information
852ac0773SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
952ac0773SAndrew Rist * to you under the Apache License, Version 2.0 (the
1052ac0773SAndrew Rist * "License"); you may not use this file except in compliance
1152ac0773SAndrew Rist * with the License.  You may obtain a copy of the License at
12bc4ff2acSmseidel *
1352ac0773SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14bc4ff2acSmseidel *
1552ac0773SAndrew Rist * Unless required by applicable law or agreed to in writing,
1652ac0773SAndrew Rist * software distributed under the License is distributed on an
1752ac0773SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1852ac0773SAndrew Rist * KIND, either express or implied.  See the License for the
1952ac0773SAndrew Rist * specific language governing permissions and limitations
2052ac0773SAndrew Rist * under the License.
21bc4ff2acSmseidel *
2252ac0773SAndrew Rist ***********************************************************-->
2352ac0773SAndrew Rist
24bc4ff2acSmseidel<helpdocument version="1.0">
25cdf0e10cSrcweir<meta>
26cdf0e10cSrcweir<topic id="textschart01type_areaxhp" indexer="include" status="PUBLISH">
27cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Chart Type Area</title>
28cdf0e10cSrcweir<filename>/text/schart/01/type_area.xhp</filename>
29cdf0e10cSrcweir</topic>
30cdf0e10cSrcweir</meta>
31cdf0e10cSrcweir<body>
32*1b580e6cSmseidel<bookmark xml-lang="en-US" branch="index" id="bm_id4130680">
33*1b580e6cSmseidel<bookmark_value>area charts</bookmark_value>
34cdf0e10cSrcweir<bookmark_value>chart types;area</bookmark_value>
35cdf0e10cSrcweir</bookmark>
36cdf0e10cSrcweir<paragraph role="heading" id="hd_id310678" xml-lang="en-US" level="1" l10n="NEW"><variable id="type_area"><link href="text/schart/01/type_area.xhp">Chart Type Area</link>
37cdf0e10cSrcweir</variable></paragraph>
38bc4ff2acSmseidel<paragraph role="paragraph" id="par_id916776" xml-lang="en-US" l10n="NEW">On the first page of the <link href="text/schart/01/wiz_chart_type.xhp">Chart Wizard</link> you can choose a chart type.</paragraph>
39cdf0e10cSrcweir<section id="howtoget">
40bc4ff2acSmseidel<embed href="text/schart/00/00000004.xhp#wiz"/>
41cdf0e10cSrcweir</section>
42cdf0e10cSrcweir<paragraph role="heading" id="hd_id961943" xml-lang="en-US" level="2" l10n="NEW">Area</paragraph>
43cdf0e10cSrcweir<paragraph role="paragraph" id="par_id631733" xml-lang="en-US" l10n="NEW">An area chart shows values as points on the y axis. The x axis shows categories. The y values of each data series are connected by a line. The area between each two lines is filled with a color. The area chart's focus is to emphasize the changes from one category to the next.</paragraph>
44cdf0e10cSrcweir<paragraph role="paragraph" id="par_id7811822" xml-lang="en-US" l10n="NEW">Normal - this subtype plots all values as absolute y values. It first plots the area of the last column in the data range, then the next to last, and so on, and finally the first column of data is drawn. Thus, if the values in the first column are higher than other values, the last drawn area will hide the other areas.</paragraph>
45cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3640247" xml-lang="en-US" l10n="NEW">Stacked - this subtypes plots values cumulatively stacked on each other. It ensures that all values are visible, and no data set is hidden by others. However, the y values no longer represent absolute values, except for the last column which is drawn at the bottom of the stacked areas.</paragraph>
46cdf0e10cSrcweir<paragraph role="paragraph" id="par_id4585100" xml-lang="en-US" l10n="NEW">Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total.</paragraph>
47cdf0e10cSrcweir<section id="relatedtopics">
48cdf0e10cSrcweir<embed href="text/shared/guide/chart_insert.xhp#chart_insert"/>
49cdf0e10cSrcweir<embed href="text/schart/01/wiz_chart_type.xhp#wiz_chart_type"/>
50cdf0e10cSrcweir<embed href="text/schart/01/wiz_data_range.xhp#wiz_data_range"/>
51cdf0e10cSrcweir<embed href="text/schart/01/wiz_data_series.xhp#wiz_data_series"/>
52cdf0e10cSrcweir<embed href="text/schart/01/wiz_chart_elements.xhp#wiz_chart_elements"/>
53cdf0e10cSrcweir</section>
54cdf0e10cSrcweir</body>
55cdf0e10cSrcweir</helpdocument>
56