Search
Plot.setHighlightStrokeDashStyle Method
See Also
 






Sets the DashStyle of the highlighted item.

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

 Syntax

Java  Copy Code

public void setHighlightStrokeDashStyle (
    DashStyle value
)

 Parameters

value

One of the DashStyle enumeration values.

 Remarks

Use setHighlightedItem to specify which data item to highlight.

 See Also