2018-12-21 10:25:17 -05:00
2018-12-19 13:37:30 -05:00
2018-12-21 16:22:38 +01:00

java-piechart

A lightweight, extensible pie chart class designed for simple use.

Pie Chart in action

How to use

See the example file for a complete example.

The most basic use consists of a simple constructor and the AddElement method.

First, create the object with PieChart chart = new PieChart(int x, int y, int radius);

Then add elements easily with chart.AddElement(String name, int value, Color color);

Description
No description provided
Readme 213 KiB
Languages
Java 100%