java.lang.Object
com.orchestranetworks.addon.dqid.chart.Data
Direct Known Subclasses:
AbstractAxisData, CategoryData

public abstract class Data extends Object
Represents chart data.

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.

See Also: