| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > YDatumThreshold Property SharpPlot.YDatumThreshold PropertySet 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;} Examplesp.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 | YTickStyle Property | SetYTickLengths Method |