MindFusion.Charting for Java Programmer's Guide
LineChart.setLineType Method
See Also
 






  Gauges

Sets what type of line segments to draw 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