MindFusion.Charting for Java Programmer's Guide
Plot.setHighlightStrokeDashStyle Method
See Also
 






  Gauges

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