Corda
Close Window

PopChart 6
Chart Type:
Image Type:     Legend:

:


:





The Build Your Own example allows you to see some of PopChart's basic functionality. You can change the numbers and see how PopChart automatically increases its scale to accommodate values either larger or smaller than the original scale. You can change the image type and the graph style to see how their appearance differs. The [D] in the lower right hand corner indicates that there is descriptive text available for screen readers to read aloud, enabling the visually impaired to understand the data more clearly.

PCScript for the chart above:

main.paramdelimiter(*)title.settext(Customer Satisfaction Ratings (% Highly Satisfied)) graph.categories(New York*Chicago*Atlanta*Los Angeles) graph.series(2001*98*76*82*63) graph.series(2002*84*82*63*71) graph.series(2003*83*54*68*54)legend.show()