PieChart |
Top Previous Next |
yPos (numeric) : Vertical position of chart corner according to coordinate system.
xPos (numeric) : Horizontal position of corner to start drawing the chart.
Radius (numeric) : Height of box containing the chart.
Data (array) : An array of data values to be charted, one pie slice will be drawn for each element of the array, using different colors for each slice.
Data titles (array) : An array containing titles for each element in the data array, those titles will be displayed next to each slice in the chart.
Chart title (character) : Title of the chart, will be displayed on the center of the chart top row.
Example : oPdf:PieChart( {300,1500}, 100, data, titu, "Pie Chart Sample" ) This will draw a pie chart. See Demo.PDF for more details.
|