Search
AxisRenderer.getAxisStrokeDashStyle Method
See Also
 






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