Uses of Interface
org.eclipse.birt.chart.script.api.component.IValueSeries

Packages that use IValueSeries
org.eclipse.birt.chart.script.api   
org.eclipse.birt.chart.script.api.series   
 

Uses of IValueSeries in org.eclipse.birt.chart.script.api
 

Methods in org.eclipse.birt.chart.script.api that return IValueSeries
 IValueSeries[] IChartWithoutAxes.getValueSeries()
          Gets all value(Y) series from Chart
 IValueSeries[][] IChartWithAxes.getValueSeries()
          Gets all value(Y) series from Chart.
 

Uses of IValueSeries in org.eclipse.birt.chart.script.api.series
 

Subinterfaces of IValueSeries in org.eclipse.birt.chart.script.api.series
 interface IArea
          Represents Area series of a Chart in the scripting environment
 interface IBar
          Represents Bar series of a Chart in the scripting environment
 interface IBubble
          Represents Bubble series of a Chart in the scripting environment
 interface IGantt
          Represents Gantt series of a Chart in the scripting environment
 interface ILine
          Represents Line series of a Chart in the scripting environment
 interface IMeter
          Represents Meter series of a Chart in the scripting environment
 interface IPie
          Represents Pie series of a Chart in the scripting environment
 interface IScatter
          Represents Scatter series of a Chart in the scripting environment
 interface IStackableSeries
          Represents an abstract series which can be stacked in the scripting environment
 interface IStock
          Represents Stock series of a Chart in the scripting environment
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.