Contains definition of selectable chart types.

org.eclipse.birt.chart.ui.types

1.0.0

This extension point defines all registered chart types available for selection in the chart library UI. The registered class must implement the IChartType interface in org.eclipse.birt.chart.ui.swt.interfaces package.

<!ELEMENT extension (chartType)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT chartType EMPTY>

<!ATTLIST chartType

classDefinition CDATA #IMPLIED

name            CDATA #IMPLIED>

The UI representation of a chart type. This extension registers a chart type so that it appears in the chart type selection UI.



Please refer to the javadocs for the IChartType interface in org.eclipse.birt.chart.ui.swt.interfaces package.

The org.eclipse.birt.chart.ui.extension plug-in provides an example of an implementation of the IChartType extension point.