Search
Plot.getHighlightStroke Method
See Also
 






Gets the Brush used to stroke the highlighted item.

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

 Syntax

Java  Copy Code

public Brush getHighlightStroke ()

 Return Value

A Brush instance.

 Remarks

Use the getHighlightedItem method to check which is the currently highlighted item.

 See Also