public interface IChartWithAxes extends IChart
| 限定符和类型 | 方法和说明 |
|---|---|
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. value(Y) axis is displayed as
horizontal line.
|
void |
setHorizontal(boolean horizontal)
Sets Chart to be transposed, i.e. value(Y) axis is displayed as
horizontal line.
|
getCategory, getDescription, getDimension, getFactory, getLegend, getOutputType, getTitle, isColorByCategory, setColorByCategory, setDimension, setOutputTypeaddFilterCondition, addSortCondition, getFilterConditions, getSortConditions, removeFilterCondition, removeFilterConditions, removeSortCondition, removeSortConditionsaddDataBinding, 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, setYIAxis getCategoryAxis()
IAxis[] getValueAxes()
boolean isHorizontal()
void setHorizontal(boolean horizontal)
horizontal - true horizontal, false verticalIValueSeries[][] getValueSeries()
Copyright © 2005-2008 Actuate Corp. All rights reserved.