Uses of Interface
org.eclipse.birt.chart.script.api.data.IDataElement
Packages that use IDataElement
Package
Description
-
Uses of IDataElement in org.eclipse.birt.chart.script.api.component
Methods in org.eclipse.birt.chart.script.api.component that return IDataElementModifier and TypeMethodDescriptionIMarkerRange.getEndValue()
Gets the end value for defining where the range will endIMarkerRange.getStartValue()
Gets the start value for defining where the range will startIMarkerLine.getValue()
Gets the value for defining where the line will be positionedMethods in org.eclipse.birt.chart.script.api.component with parameters of type IDataElementModifier and TypeMethodDescriptionvoid
IMarkerRange.setEndValue
(IDataElement value) Sets the end value for defining where the range will endvoid
IMarkerRange.setStartValue
(IDataElement value) Sets the start value for defining where the range will startvoid
IMarkerLine.setValue
(IDataElement value) Sets the value for defining where the line will be positioned -
Uses of IDataElement in org.eclipse.birt.chart.script.api.data
Subinterfaces of IDataElement in org.eclipse.birt.chart.script.api.dataModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Date Time Data Element'.interface
A representation of the model object 'Number Data Element'.