Search
Plot2D.getYAxis Method
See Also
 






Gets default Axis instance used to map Y data coordinates of Series rendered inside this Plot2D to the plot's pixels.

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

 Syntax

Java  Copy Code

public Axis getYAxis ()

 Return Value

An Axis instance.

 See Also