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.
-
Interface Summary Interface Description Chart A representation of the model object 'Chart'.ChartWithAxes A representation of the model object 'Chart With Axes'.ChartWithoutAxes A representation of the model object 'Chart Without Axes'.DialChart A representation of the model object 'Dial Chart'.IChartModelHelper This helper class is used to update chart model or return model properties.IChartObject Root interface of all chart's model objects.IExtChartModelLoader This class defines a common interface to load extra chart model.ModelFactory The Factory for the model.ModelPackage The Package for the model.ModelPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeSerializer This interface provides a means to serialize and/or de-serialize the chart model instance into XML content.