Search
Plot2D.getXAxis Method
See Also
 

Gets the default Axis instance used to map X 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 getXAxis ()

 Return Value

An Axis instance.

 See Also