|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartWithAxes
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 |
---|
IAxis getCategoryAxis()
IAxis[] getValueAxes()
boolean isHorizontal()
void setHorizontal(boolean horizontal)
horizontal
- true horizontal, false verticalIValueSeries[][] getValueSeries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |