Skip to main content
A newer version of this page is available.

AxisHintOptions Class

The axis’s crosshair cursor settings.

Declaration

public class AxisHintOptions
extends ChartElement

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
AxisHintOptions

AxisHintOptions()

Initializes a new AxisHintOptions class instance with default parameters.

Declaration

public AxisHintOptions()

Methods

isLabelVisible() Method

Returns the value that indicates whether to show an axis label for the point the crosshair cursor highlights.

Declaration

public boolean isLabelVisible()

Returns

Type Description
boolean

true if an axis label is displayed; otherwise false.

isLineVisible() Method

Returns the value that indicates whether crosshair line is shown for the axis.

Declaration

public boolean isLineVisible()

Returns

Type Description
boolean

true if croshair line is displayed; otherwise false.

setLabelVisible(boolean) Method

Specifies the value that indicates whether to show an axis label for the point highlighted by the crosshair cursor.

Declaration

public void setLabelVisible(boolean value)

Parameters

Name Type Description
value boolean

true if an axis label is displayed; otherwise false.

setLineVisible(boolean) Method

Specifies the value that indicates whether crosshair line is shown for the axis.

Declaration

public void setLineVisible(boolean value)

Parameters

Name Type Description
value boolean

true if croshair line is displayed; otherwise false.