Search
RenderContext.getXAxis Method
See Also
 






Gets the X-Axis assigned to the specified Renderer2D or returns one from the parent plot or chart.

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

 Syntax

Java  Copy Code

public Axis getXAxis (
    Renderer2D series
)

 Parameters

series

A Renderer2D instance.

 Return Value

An Axis instance.

 See Also