Search
YAxisRenderer.setPlotLeftSide Method
See Also
 






Sets whether this YAxisRenderer is shown at the left side of a plot.

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

 Syntax

Java  Copy Code

public void setPlotLeftSide (
    boolean value
)

 Parameters

value

true to render the YAxisRenderer to the left of the plot; otherwise, false.

 See Also