<!ELEMENT extension (datapointDefinition)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT datapointDefinition EMPTY>
<!ATTLIST datapointDefinition
series CDATA #REQUIRED
definition CDATA #REQUIRED>
A datapoint definition extension point specifies a mapping entry between a datapoint definition name against the definition implementing class name. Note that all datapoint definition implementations must implement org.eclipse.birt.chart.datafeed.IDataPointDefinition. A datapoint definition is responsible for defining the data types of a datapoint entry and the display text.
Copyright (c) 2006 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