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






  Gauges

Sets the thickness axis lines should be stroked with.

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

 Syntax

Java  Copy Code

public void setAxisStrokeThickness (
    double value
)

 Parameters

value

A double value that indicates the stroke thickness.

 See Also