MindFusion.Java Package Programmer's Guide
LayoutBuilder.createPlotWithBottomAndRightAxes Method
See Also
 






Creates a GridPanel containing the specified Plot and AxisRenderer-s.

Namespace: com.mindfusion.charting.swing
Package: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public GridPanel createPlotWithBottomAndRightAxes (
    Plot2D plot,
    XAxisRenderer bottom,
    YAxisRenderer right
)

 Parameters

plot

A Plot2D instance.

bottom

An XAxisRenderer that should be placed at the bottom side of the plot.

right

A YAxisRenderer that should be placed at the right side of the plot.

 Return Value

A GridPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
com.mindfusion.charting.swing Namespace