SharpPlot Reference > SharpPlot Properties > ParityTolerance Property SharpPlot.ParityTolerance Property
This sets the tolerance limits for the parity style of scatterplot.
public double ParityTolerance {get; set;}
Example
sp.ParityTolerance = 10;
The default parity style is to treat the value as a percentage band, but you may also use ratio and absolute numbers here.
See also ...Parity plot
Send comments on this topic © Dyalog Ltd 2021
|