public interface IChartWithAxes extends IChart
Modifier and Type | Method and Description |
---|---|
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.
|
getCategory, getDescription, getDimension, getFactory, getLegend, getOutputType, getTitle, isColorByCategory, setColorByCategory, setDimension, setOutputType
addFilterCondition, addSortCondition, getFilterConditions, getSortConditions, removeFilterCondition, removeFilterConditions, removeSortCondition, removeSortConditions
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setCurrentView, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY
IAxis getCategoryAxis()
IAxis[] getValueAxes()
boolean isHorizontal()
void setHorizontal(boolean horizontal)
horizontal
- true horizontal, false verticalIValueSeries[][] getValueSeries()
Copyright © 2005-2008 Actuate Corp. All rights reserved.