hontvari - 2004-09-30

Logged In: YES
user_id=880530

In order to have a short "hello world" code, there should be a
central factory class with convenience methods for the most
frequently used charts. This factory class also helps beginners to
quickly create their first charts. Currently there are several
objects which must be created and understand before displaying
the most simpe chart. Understanding of these classes should
only be required when he wants to customize a standard chart.
Ideally the hello world application should only contain three
statements:
1. setup data,
2. create a chart object which uses the data - by calling a
factory method,
3. render the chart - into a file for example