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

SeriesCrosshairOptions Class

The series’ Crosshair settings storage.

Declaration

public class SeriesCrosshairOptions
extends SeriesHintOptions

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)

SeriesCrosshairOptions()

Initializes a new SeriesCrosshairOptions class instance with default parameters.

Declaration

public SeriesCrosshairOptions()

Methods

isAxisLabelVisible() Method

Returns the value that specifies whether to show a value axis’s label for a series point.

Declaration

public boolean isAxisLabelVisible()

Returns

Type Description
boolean

true if an axis label is shown; otherwise false.

isAxisLineVisible() Method

Returns the value that specifies a series’s value axis line visibility.

Declaration

public boolean isAxisLineVisible()

Returns

Type Description
boolean

true if a value line is shown; otherwise false.

isShowInLabel() Method

Returns the value that specifies whether to show a series in the Crosshair Label.

Declaration

public boolean isShowInLabel()

Returns

Type Description
boolean

true if a series’s item is shown in the Crosshair Label; otherwise false.

setAxisLabelVisible(boolean) Method

Specifies the value that specifies whether to show a value axis’s label for a series point.

Declaration

public void setAxisLabelVisible(boolean visible)

Parameters

Name Type Description
visible boolean

true if an axis label is shown; otherwise false.

setAxisLineVisible(boolean) Method

Specifies the value that specifies series’s value axis line visibility.

Declaration

public void setAxisLineVisible(boolean visible)

Parameters

Name Type Description
visible boolean

true if a value line is shown; otherwise false.

setShowInLabel(boolean) Method

Specifies the value that specifies whether to show a series in the Crosshair Label.

Declaration

public void setShowInLabel(boolean show)

Parameters

Name Type Description
show boolean

true if a series’s item is shown in the Crosshair Label; otherwise false.