| Contents > SharpPlot > Properties | Index |
SharpPlot.YDatumThreshold Property
Set Y datum threshold as a percentage of standard tickmark length. The default is 160% of standard.
public int YDatumThreshold {get; set;}
Example
sp.YDatumThreshold = 150;
Datum-lines will be drawn across the chart for any tickmarks which exceed this value.
