|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent
|
+--oracle.dss.graph.BaseBorderLine
|
+--oracle.dss.graph.O1Axis
The ordinal axis on a line, bar, area, scatter, bubble, or stock market graph. The ordinal axis usually represents a dimension, and has dimension members along it, such as January 2000, February 2000, and so on. On most graphs, it is a horizontal axis. On horizontal graphs, it is a vertical axis. A graph can have either an ordinal axis or an X1-axis, never both.
| Method Summary | |
boolean |
isVisible()Indicates whether the O1-axis is visible. |
boolean |
selectObject(int series, int group)Selects the O1-axis in the graph. |
void |
setVisible(boolean visible)Specifies whether the O1-axis is visible. |
| Methods inherited from class oracle.dss.graph.BaseBorderLine |
getLineColor, getLineWidth, setLineColor, setLineWidth |
| Method Detail |
public boolean selectObject(int series,
int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.true if successful, false if not.public boolean isVisible()
isVisible in class BaseBorderLinetrue if it is visible, false if it is invisible.public void setVisible(boolean visible)
setVisible in class BaseBorderLinevisible - true to make it visible, false to make it invisible.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||