MindFusion.Charting for Java Programmer's Guide
XAxisRenderer.setPlotBottomSide Method
See Also
 






  Gauges

Sets whether this XAxisRenderer is rendered at the bottom side of a plot.

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

 Syntax

Java  Copy Code

public void setPlotBottomSide (
    boolean value
)

 Parameters

value

true to render the XAxisRenderer at the bottom of a plot; otherwise, false.

 See Also