Search
Plot.setHighlightedItem Method
See Also
 






Sets the data item that must be drawn highlighted.

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

 Syntax

Java  Copy Code

public void setHighlightedItem (
    HitResult value
)

 Parameters

value

A HitResult instance.

 Remarks

Use this method to indicate which item is currently selected by the user.

 See Also