| ||
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 > Repeated values are suppressed Repeated values are suppressedMultiple occurences of the same Y-value are treated as missing values. sp.LineGraphStyle = LineGraphStyles.GridLines|LineGraphStyles.SkipRepeats|LineGraphStyles.Markers|LineGraphStyles.NoLines sp.Heading = "Repeated Y-values are Treated as Missing"; sp.DrawLineGraph(col_SR,col_S2); This style could be used to eliminate long runs of identical values, typical of many data-logging devices. |