Difference between revisions of "Manuals/calci/PIECHART"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''PIECHART (Data,DisplayElement,Options)'''</div><br/> *<math>Data</math> is the set of values. ==Descriptions== *This function shows the Piechar...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
==Example== | ==Example== | ||
#PIECHART() | #PIECHART() | ||
+ | [[File:PieChart.png]] | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=FVRJU--8YMY|280|center|Pie chart}} | ||
Latest revision as of 14:46, 4 March 2019
PIECHART (Data,DisplayElement,Options)
- is the set of values.
Descriptions
- This function shows the Piechart for the given set of values.
- Piechart is a special chart that uses "pie slices" to show relative sizes of data.It is also called Circle Chart, which is a circular statistical graphic which is divided into slices to illustrate numerical proportion.
- It can be used to show percentages of a whole, and represent percentages at a set point in time.
- They do not show changes over time. In a pie chart, the arc length of each slice is proportional to the quantity it represents.
Example
- PIECHART()
Related Videos