TooltipHintBehavior Class
A hint behaves like a tooltip.
Declaration
public class TooltipHintBehavior
extends HintBehavior
Remarks
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
HintBehavior
TooltipHintBehavior
TooltipHintBehavior()
Initializes a new TooltipHintBehavior class instance with default parameters.
Declaration
public TooltipHintBehavior()
Methods
isShowPointTooltip() Method
Returns the value that indicates whether a tooltip is shown when tapping a series point.
Declaration
public boolean isShowPointTooltip()
Returns
Type | Description |
---|---|
boolean | true if a tooltip is shown; otherwise false. |
isShowSeriesTooltip() Method
Returns the value that indicates whether a tooltip is shown when tapping a series.
Declaration
public boolean isShowSeriesTooltip()
Returns
Type | Description |
---|---|
boolean | true if a tooltip is shown; otherwise false. |
setShowPointTooltip(boolean) Method
Specifies the value that indicates whether a tooltip is shown when tapping a series point.
Declaration
public void setShowPointTooltip(boolean show)
Parameters
Name | Type | Description |
---|---|---|
show | boolean | true if a tooltip is shown; otherwise false. |
setShowSeriesTooltip(boolean) Method
Specifies the value that indicates whether a tooltip is shown when tapping a series.
Declaration
public void setShowSeriesTooltip(boolean show)
Parameters
Name | Type | Description |
---|---|---|
show | boolean | true if a tooltip is shown; otherwise false. |