MindFusion.Charting for Java Programmer's Guide
AxisRenderer.getAxisStrokeDashStyle Method
See Also
 






  Gauges

Gets the dash style of the AxisStroke.

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

 Syntax

Java  Copy Code

public DashStyle getAxisStrokeDashStyle ()

 Return Value

One of the DashStyle enumeration values.

 Remarks

By default axis are drawn as straight lines and no dashes.

 See Also