Search
LayoutBuilder.createAndAddPlotWithTopAndLeftAxes Method
See Also
 






Creates a GridPanel containing the specified Plot and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.

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

 Syntax

Java  Copy Code

public GridPanel createAndAddPlotWithTopAndLeftAxes (
    Plot2D plot,
    XAxisRenderer top,
    YAxisRenderer left
)

 Parameters

plot

A Plot2D instance.

top

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

left

An YAxisRenderer that should be placed at the left side of the plot.

 Return Value

A GridPanel instance.

 See Also