Composites for series type specific Attribute and Data definitions
Identifier:
org.eclipse.birt.chart.ui.seriescomposites
Since:
1.0.0
Description:
The SeriesComposites extension point provides hooks using which the chart builder can show customized UI elements to set properties specific to custom series types.
Configuration Markup:
<!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.
- seriesType - Series implementation class. This should be a fully qualified class name of the Series implementation class in the model for which this extension provides UI components.
- seriesUIProvider - Class name of ISeriesUIProvider implementation for this series type. This class will be used to create Attribute and Data composites for this series for use in the Chart Builder.
Examples:
API Information:
Please refer to the javadocs for ISeriesUIProvider interface in the org.eclipse.birt.chart.ui.swt.interfaces package.
Supplied Implementation:
The org.eclipse.birt.chart.ui.extension plug-in provides implementations of the SeriesComposites extension point.
Copyright (c) 2004-2005 Actuate Corporation.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html