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

All Superinterfaces:
IChart

public interface IChartWithAxes
extends IChart

Represents the design of a ChartWithAxis in the scripting environment


Method Summary
 IAxis getCategoryAxis()
          Gets category(X) axis from Chart
 IAxis[] getValueAxes()
          Gets all value(Y) axes from Chart
 IValueSeries[][] getValueSeries()
          Gets all value(Y) series from Chart.
 boolean isHorizontal()
          Checks if Chart is transposed, i.e.
 void setHorizontal(boolean horizontal)
          Sets Chart to be transposed, i.e.
 
Methods inherited from interface org.eclipse.birt.chart.script.api.IChart
getCategory, getDescription, getDimension, getFactory, getLegend, getOutputType, getTitle, isColorByCategory, setColorByCategory, setDimension, setOutputType
 

Method Detail

getCategoryAxis

public IAxis getCategoryAxis()
Gets category(X) axis from Chart

Returns:
category axis

getValueAxes

public IAxis[] getValueAxes()
Gets all value(Y) axes from Chart

Returns:
value axes array

isHorizontal

public boolean isHorizontal()
Checks if Chart is transposed, i.e. value(Y) axis is displayed as horizontal line.

Returns:
true horizontal, false vertical

setHorizontal

public void setHorizontal(boolean horizontal)
Sets Chart to be transposed, i.e. value(Y) axis is displayed as horizontal line.

Parameters:
horizontal - true horizontal, false vertical

getValueSeries

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

Returns:
series array


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