MindFusion.Charting for Java Programmer's Guide
Renderer2D.setYAxis Method
See Also
 






  Gauges

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