|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAxisRuler
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 |
|---|
boolean isVisible()
void setVisible(boolean value)
value - The boolean state of the axis ruler. True
implies visible and false implies hiddenboolean isLabelVisible()
void setLabelVisible(boolean value)
value - Set it to true for ruler labels to be displayed.
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||