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






  Gauges

The Axis that will be rendered by this AxisRenderer.

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

 Syntax

Java  Copy Code

public void setAxis (
    Axis value
)

 Parameters

value

An instance of the Axis class.

 See Also