Charts - Class Diagram

Create UML Class Diagrams of your design for the Chart program

Charts

A user will use the software to generate charts of different types and formats. The input data will be in the formats XML or CSV (Comma-Separated Values). The type of charts include bar charts and pie charts. There are also many output formats of the charts, including SVG (Scalable Vector Graphics) and jpeg.

As an example, a user may request that their XML data be used to create a bar chart in SVG format.

For efficiency reasons, a user may request multiple charts and multiple output formats in the same request, e.g., a request for both a bar chart and a pie chart of the same data.

Take into account:

Some things to consider:

Some technical details: