public abstract class AxesScale extends Object implements Serializable
Constructor and Description |
---|
AxesScale() |
Modifier and Type | Method and Description |
---|---|
Number |
getWeight()
The weight used to sort the axis.
|
boolean |
isDisplay()
Controls the axis global visibility (visible when true, hidden when false).
|
void |
setDisplay(boolean display)
Controls the axis global visibility (visible when true, hidden when false).
|
void |
setWeight(Number weight)
The weight used to sort the axis.
|
public boolean isDisplay()
public void setDisplay(boolean display)
display
- true to display false to hide.public Number getWeight()
public void setWeight(Number weight)
weight
- number to set to the weight toCopyright © 2020. All rights reserved.