Search
BiaxialChart.setShowScatter Method
See Also
 






Sets a value indicating whether the BiaxialChart 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 scatter shapes are rendered; otherwise, false.

 See Also