MindFusion.Charting for Java Programmer's Guide
SeriesRenderer.setShowHighlight Method
See Also
 






  Gauges

Sets a value indicating whether to highlight hovered data items.

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

 Syntax

Java  Copy Code

public void setShowHighlight (
    boolean value
)

 Parameters

value

true to highlight hovered data items, or false otherwise.

 See Also