Search
Plot.getHighlightedItem Method
See Also
 






Gets the data item that should is currently highlighted.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public HitResult getHighlightedItem ()

 Return Value

A HitResult instance.

 Remarks

This method returns the item over which the user currently hovers with the mouse.

 See Also