Difference between revisions of "Manuals/calci/PIECHART"

From ZCubes Wiki
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...")
 
Line 10: Line 10:
 
==Example==
 
==Example==
 
#PIECHART()
 
#PIECHART()
 
+
[[File:PieChart.png]]
  
 
==See Also==
 
==See Also==

Revision as of 14:21, 18 September 2018

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

  1. PIECHART()

PieChart.png

See Also

References