Composites for series type specific Attribute and Data definitions

org.eclipse.birt.chart.ui.seriescomposites

1.0.0

The SeriesComposites extension point provides hooks using which the chart builder can show customized UI elements to set properties specific to custom series types.

<!ELEMENT extension (seriescomposite)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT seriescomposite EMPTY>

<!ATTLIST seriescomposite

seriesType       CDATA #REQUIRED

seriesUIProvider CDATA #IMPLIED>

Defines a series composite provider for a custom series type.



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

The org.eclipse.birt.chart.ui.extension plug-in provides implementations of the SeriesComposites extension point.