Identifies how to connect adjacent data points in line and area charts.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public enum LineType |
Members| Member name | Description | |
|---|---|---|
![]() |
Curve |
Connect points using a cardinal spline. |
![]() |
Polyline |
Connect points using straight line segments. |
![]() |
Step |
Connect points using steps. |
See Also