SharpPlot Reference > SharpPlot Properties > YDatumThreshold Property

SharpPlot.YDatumThreshold Property

Set Y datum threshold as a percentage of standard tickmark length. The default is 160% of standard, or 8pt if YTickStyle is Absolute.

public double YDatumThreshold {get; set;}

Example

sp.YDatumThreshold = 150;

Datum-lines will be drawn across the chart for any tickmarks which exceed this value.

sp.YDatumThreshold = 8.4;

This will draw horizontal datum lines at any major tickmarks which are above 8.4pt if the YTickStyle has been set to Absolute.

See also ...

SharpPlot Members | SharpPlot.YTickStyle Property | SharpPlot.SetYTickLengths Method


Send comments on this topic
© Dyalog Ltd 2021