SharpPlot Reference > SharpPlot Properties > Jitter Property SharpPlot.Jitter Property
Set random nudge in points for X-Y charts.
When an X-Y plot (typically a scatter plot) has repeated (X-Y) values, markers just draw exactly on top of each other.
Jitter allows to nudge them by pseudo-random values, so that it can be easily estimated how many markers collide on the same point. The nudges are pseudo-random so that they will be the same if you redraw the chart.
public double Jitter {get; set;}
Example
sp.Jitter = 2; // nudge markers by approximately 2 points
See also ...SharpPlot Members | SharpPlot.DrawScatterPlot Method
Send comments on this topic © Dyalog Ltd 2021
|