Search
Renderer2D.setXAxis Method
See Also
 






Sets the X-Axis associated with this Renderer2D.

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

 Syntax

Java  Copy Code

public void setXAxis (
    Axis value
)

 Parameters

value

An Axis instance.

 See Also