| ||
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 > Runs of values are suppressed Runs of values are suppressedMultiple occurences of the same Y-value are treated as missing values, but the first and last of each run are retained. sp.LineGraphStyle = LineGraphStyles.GridLines|LineGraphStyles.SkipRuns|LineGraphStyles.Markers; sp.Heading = "Runs of Identical Y-values are Unmarked"; sp.DrawLineGraph(col_SR,col_S2); This style could be used to eliminate long runs of identical values, typical of many data-logging devices. |