Tulong sa LibreOfficeDev 25.8
Sa unang pahina ng Chart Wizard maaari kang pumili ng uri ng tsart.
Ang isang area chart ay nagpapakita ng mga halaga bilang mga punto sa y axis. Ang x axis ay nagpapakita ng mga kategorya. Ang mga halaga ng y ng bawat serye ng data ay konektado sa pamamagitan ng isang linya. Ang lugar sa pagitan ng bawat dalawang linya ay puno ng isang kulay. Ang pokus ng area chart ay upang bigyang-diin ang mga pagbabago mula sa isang kategorya patungo sa susunod.
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.
Normal
This subtype 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.
Stacked
This subtype plots values cumulatively stacked on each other and scaled as percentage of the category total.
Percent