Search
AxisRenderer.setAxisStroke Method
See Also
 






Sets the Brush that should be used to draw axis lines.

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

 Syntax

Java  Copy Code

public void setAxisStroke (
    Brush value
)

 Parameters

value

An instance of the Brush class.

 See Also