Uses of Interface
org.eclipse.birt.chart.script.api.series.data.ISeriesData
-
Packages that use ISeriesData Package Description org.eclipse.birt.chart.script.api.component org.eclipse.birt.chart.script.api.series.data -
-
Uses of ISeriesData in org.eclipse.birt.chart.script.api.component
Methods in org.eclipse.birt.chart.script.api.component that return ISeriesData Modifier and Type Method Description ISeriesData
ICategory. getDataExpr()
Gets query expression in the CategoryISeriesData
IValueSeries. getDataExpr()
Gets query expression in the Series -
Uses of ISeriesData in org.eclipse.birt.chart.script.api.series.data
Subinterfaces of ISeriesData in org.eclipse.birt.chart.script.api.series.data Modifier and Type Interface Description interface
IBubbleData
Represents the data contained in the Bubble Seriesinterface
IDifferenceData
Represents the data contained in the Difference Seriesinterface
IGanttData
Represents the data contained in the Gantt Seriesinterface
ISimpleData
Represents the data contained in the Seriesinterface
IStockData
Represents the data contained in the Stock Series
-