SharpPlot Reference > SharpPlot Properties > ParityStyle Property SharpPlot.ParityStyle Property
Set ParityPlot style as any combination of allowed styles.
public ParityStyles ParityStyle {get; set;}
Example
sp.ParityStyle = ParityStyles.Percentage;
Options
Absolute | Tolerances are given as constant values | Percentage | Tolerances are given as percentages | Proportion | Tolerances are given as a proportion of the prediction |
See also ...Parity plot | SharpPlot.ScatterPlotStyle Property
Send comments on this topic © Dyalog Ltd 2021
|