Search
Theme.setHighlightStrokeDashStyle Method
See Also
 






Sets the dash style of the stroke used to highlight data items in Series.

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. The members allow bitwise combining.

 See Also