MindFusion.Charting for Java Programmer's Guide
YAxisRenderer.getPlotLeftSide Method
See Also
 






  Gauges

Gets 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 boolean getPlotLeftSide ()

 Return Value

true if the YAxisRenderer is rendered to the left; otherwise, false.

 See Also