Search
Chart.setPlotImage Method
See Also
 






Sets the Image drawn inside the Chart's plot area.

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

 Syntax

Java  Copy Code

public void setPlotImage (
    Image value
)

 Parameters

value

An Image instance.

 See Also