LibreOffice 25.8 Βοήθεια
Στην πρώτη σελίδα του Οδηγός διαγράμματος μπορείτε να επιλέξετε έναν τύπο διαγράμματος.
Ένα διάγραμμα περιοχής απεικονίζει τιμές ως σημεία στον άξονα y. Ο άξονας x απεικονίζει κατηγορίες. Οι τιμές-y κάθε σειράς δεδομένων συνδέονται με μια γραμμή. Η περιοχή μεταξύ δυο γραμμών γεμίζει με ένα χρώμα. Το διάγραμμα περιοχής εστιάζει στην έμφαση των αλλαγών από μια κατηγορία στην επόμενη.
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