AxisLabelBase Class
The base class for axis labels.
Declaration
public abstract class AxisLabelBase
extends StyledElement
Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
Object
ChartElement
StyledElement
AxisLabelBase
AxisLabelBase()
Initializes a new AxisLabelBase class instance with default parameters.
Declaration
public AxisLabelBase()
Methods
getStyle() Method
Returns an axis label’s appearance settings.
Declaration
public AxisLabelStyle getStyle()
Returns
Type | Description |
---|---|
AxisLabelStyle | The AxisLabelStyle object stores the label’s appearance settings. |
isVisible() Method
Returns the value indicating whether to show axis labels.
Declaration
public boolean isVisible()
Returns
Type | Description |
---|---|
boolean | true labels are visible; otherwise, false. |
setStyle(AxisLabelStyle) Method
Specifies an axis label’s appearance settings.
Declaration
public void setStyle(AxisLabelStyle style)
Parameters
Name | Type | Description |
---|---|---|
style | AxisLabelStyle | The AxisLabelStyle object stores the labels appearance settings. |
setVisible(boolean) Method
Specifies the value indicating whether to show axis labels.
Declaration
public void setVisible(boolean value)
Parameters
Name | Type | Description |
---|---|---|
value | boolean | true labels are visible; otherwise, false. |