SharpPlot Reference > SharpPlot Methods > SetYDatumLines Method SharpPlot.SetYDatumLines Method
Set Y datum line(s).
Example
sp.SetYDatumLines(new int[] {25,50}); // Acceptable range
sp.SetDatumLineTags(new string[]{"Lower limit","Upper limit"}); // Matching labels
Overloads
Horizontal datum lines can also be triggered automatically at tickmarks which exceed the YDatum Threshold.
See also ...SharpPlot Members | SharpPlot.SetDatumLineStyle Method | SharpPlot.SetDatumLineTags Method | SharpPlot.SetDatumTagFont Method
Send comments on this topic © Dyalog Ltd 2021
|