|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This class is used by users to configure the visibility of X, Y, and S axis rulers shown in a QbChart object. A handle to the ruler for a particular axis can be obtained by calling:
QbChart.gethXRuler() - To get the X Axis Ruler
QbChart.gethYRuler() - To get the Y Axis Ruler
gethAxisRuler() defined in ISecondaryChart - To get the S Axis Ruler
ISecondaryChart| Method Summary | |
boolean |
isLabelVisible()
Checks the boolean state of the axis ruler labels. |
boolean |
isVisible()
Returns the boolean state of the Axis Ruler for the particular axis. |
void |
setLabelVisible(boolean value)
Sets the ruler label visibility. |
void |
setVisible(boolean value)
Sets the ruler visibility to on or off |
| Method Detail |
public boolean isVisible()
public void setVisible(boolean value)
value - The boolean state of the axis ruler. True
implies visible and false implies hiddenpublic boolean isLabelVisible()
public void setLabelVisible(boolean value)
value - Set it to true for ruler labels to be displayed.
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||