SharpPlot Tutorials > Style Examples > No Markers are drawn No Markers are drawn
No markers are drawn (turns off the default behavior) on ScatterPlots, CloudCharts and NetworkMaps.
sp.ScatterPlotStyle = ScatterPlotStyles.NoMarkers;
This would generally be used with one of the complementary styles such as Risers. It could also be used if you only wanted to display the trendline or modelfit.
See also ...Markers drawn | SharpPlot Members | SharpPlot.CloudChartStyle Property | SharpPlot.NetworkMapStyle Property | SharpPlot.ScatterPlotStyle Property
Send comments on this topic © Dyalog Ltd 2021
|