Search
AxisRenderer.setAxis Method
See Also
 






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