MindFusion.Charting for Java Programmer's Guide
Theme.setAxisStrokeDashStyle Method
See Also
 






  Gauges

Sets the dash style of Axis lines.

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

 Syntax

Java  Copy Code

public void setAxisStrokeDashStyle (
    DashStyle value
)

 Parameters

value

One of the DashStyle enumeration values. The members allow bitwise combining.

 See Also