org.eclipse.birt.chart.script.api
Interface IChartWithoutAxes

All Superinterfaces:
IChart

public interface IChartWithoutAxes
extends IChart

Represents the design of a Chart in the scripting environment


Method Summary
 IValueSeries[] getValueSeries()
          Gets all value(Y) series from Chart
 
Methods inherited from interface org.eclipse.birt.chart.script.api.IChart
getCategory, getDescription, getDimension, getFactory, getLegend, getOutputType, getTitle, isColorByCategory, setColorByCategory, setDimension, setOutputType
 

Method Detail

getValueSeries

public IValueSeries[] getValueSeries()
Gets all value(Y) series from Chart

Returns:
series array


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