HitTestInfo Class
Information about chart elements under a hit-test point.
Declaration
public class HitTestInfo
extends SeriesPointInfo
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
SeriesPointInfo
HitTestInfo
Methods
isInLegend() Method
Returns the value indicating whether the hit-test point is in the legend.
Declaration
public boolean isInLegend()
Returns
| Type | Description |
|---|---|
| boolean | true if the point hits in the legend; otherwise false. |
isInPoint() Method
Returns the value indicating whether the hit-test point is in the series point.
Declaration
public boolean isInPoint()
Returns
| Type | Description |
|---|---|
| boolean | true if the point hits in the series point; otherwise false. |
isInSeries() Method
Returns the value indicating whether the hit-test point is in the series.
Declaration
public boolean isInSeries()
Returns
| Type | Description |
|---|---|
| boolean | true if the point hits in the series; otherwise false. |