| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Segmented lines are used at missing values Segmented lines are used at missing valuesNormally, lines are continued across missing values, joining the points on each side. This style forces the line to break either side of missing data. Applies to LineGraphs and StepCharts when these are not surface shaded. sp.LineGraphStyle = LineGraphStyles.SegmentLines; Note that no line will be drawn unless there are at least 2 points between any run of missing values. See also ...SharpPlot Members | LineGraphStyle Property | StepChartStyle Property |