public abstract class Data extends Object
Specific implementations of this class exist for each chart type.
Note: null
values passed to the data are interpreted as 0.
The reason for this is to always ensure that a valid chart is provided.
Data of invalid type is simply discarded.
Chart
,
ChartFactory