Search
RadarChart.setShowScatter Method
See Also
 






Sets a value that indicates whether the chart should render scatter shapes.

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

 Syntax

Java  Copy Code

public void setShowScatter (
    boolean value
)

 Parameters

value

true if scatters are rendered; otherwise, false.

 See Also