Search
Chart.setPlotImageAutoSize Method
See Also
 






Sets a value that indicates if auto-size mode is enabled for the PlotImage.

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

 Syntax

Java  Copy Code

public void setPlotImageAutoSize (
    boolean value
)

 Parameters

value

true if auto size mode is enabled; otherwise, false.

 See Also