Search
ScatterChart.setShape Method
See Also
 






Sets the type of the scatter shapes to draw.

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

 Syntax

Java  Copy Code

public void setShape (
    ScatterType value
)

 Parameters

value

One of the ScatterType enumeration values.

 See Also