Search
AreaChart.setLineType Method
See Also
 






Sets what type of line segments drawn between data points.

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

 Syntax

Java  Copy Code

public void setLineType (
    LineType value
)

 Parameters

value

One of the LineType enumeration values.

 See Also