MindFusion.Charting for Java Programmer's Guide
RenderContext.getYAxis Method
See Also
 






  Gauges

Gets the Y-Axis associated with the parent plot or chart.

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

 Syntax

Java  Copy Code

public Axis getYAxis ()

 Return Value

An Axis instance.

 See Also