public interface IAxisRuler
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| Modifier and Type | Method | Description |
|---|---|---|
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
|
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.