SharpPlot Tutorials > Style Examples > No Lines are drawn

No Lines are drawn

No lines are drawn (this turns off the default behavior) on LineGraphs, MinMax and NetworkMap charts.

sp.LineGraphStyle = LineGraphStyles.NoLines;

This would generally be used with one of the complementary styles such as Risers or Markers. It could also be used if you only wanted to display the trendline or modelfit.

See also ...

Lines are drawn between data points | SharpPlot Members | SharpPlot.LineGraphStyle Property | SharpPlot.MinMaxChartStyle Property | SharpPlot.NetworkMapStyle Property | SharpPlot.PolarChartStyle Property | SharpPlot.ResponsePlotStyle Property


Send comments on this topic
© Dyalog Ltd 2021