Search
LineChart.getLineType Method
See Also
 






Gets what type of line segments to draw between adjacent data points.

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

 Syntax

Java  Copy Code

public LineType getLineType ()

 Return Value

One of the LineType enumeration values.

 See Also