SeriesCrosshairOptions Class
The series’ Crosshair settings storage.
Declaration
public class SeriesCrosshairOptions
extends SeriesHintOptions
Inherited Members
Inheritance
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. |