| Contents > Glossaries > Style examples | Index |
Segmented lines are used at missing values
Normally, lines are continued across missing values, joining the points on each side. This style forces the line to break either side of missing data.

sp.LineGraphStyle = LineGraphStyles.SegmentLines;
Note that no line will be drawn unless there are at least 2 points between any run of missing values.
