Search
Chart.setChartPanel Method
See Also
 






Sets the GridPanel that contains the Chart's PlotPanel and AxisRenderer-s.

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

 Syntax

Java  Copy Code

public void setChartPanel (
    GridPanel value
)

 Parameters

value

A GridPanel instance.

 See Also