Search
Renderer2D.setYAxis Method
See Also
 






Sets the Y-Axis associated with this Renderer2D.

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

 Syntax

Java  Copy Code

public void setYAxis (
    Axis value
)

 Parameters

value

An Axis-instance.

 See Also