MindFusion.Java Package Programmer's Guide
Plot.setHighlightedItem Method
See Also
 






Sets the data item that must be drawn highlighted.

Namespace: com.mindfusion.charting
Package: 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

Plot Members
Plot Class
com.mindfusion.charting Namespace