Package org.eclipse.birt.chart.model
package org.eclipse.birt.chart.model
Contains the chart model interfaces that define the starting point for creating
a new chart. Refer to the implementation classes (in the corresponding
impl package) to create an instance of a chart that either contains an
axes rendering framework or one that does not. This package also provides a
convenience interface to serialize and de-serialize the chart model into an XML
representation.
-
InterfacesClassDescriptionA representation of the model object 'Chart'.A representation of the model object 'Chart With Axes'.A representation of the model object 'Chart Without Axes'.A representation of the model object 'Dial Chart'.This helper class is used to update chart model or return model properties.Root interface of all chart's model objects.This class defines a common interface to load extra chart model.The Factory for the model.The Package for the model.Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeThis interface provides a means to serialize and/or de-serialize the chart model instance into XML content.