Search
LayoutBuilder.createAndAddPlotWithTopAndRightAxes Method
See Also
 






Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's Dashboard.getLayoutPanel.

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

 Syntax

Java  Copy Code

public GridPanel createAndAddPlotWithTopAndRightAxes (
    Plot2D plot,
    XAxisRenderer top,
    YAxisRenderer right
)

 Parameters

plot

A Plot2D instance.

top

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

right

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

 Return Value

A GridPanel instance.

 See Also