| ||
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 > XDatumThreshold Property SharpPlot.XDatumThreshold PropertySet X datum threshold to draw vertical datum lines at major tickmarks which exceed this value.The default is 160% of standard, or 8pt if XTickStyle is Absolute. This setting can be used in conjunction with spanned X-axis labels to create hierarchical timeseries plots, for example with datum lines every quarter. public double XDatumThreshold {get; set;} Examplesp.XDatumThreshold = 150; This will draw vertical datum lines at any major tickmarks which are above 150% of standard. sp.XDatumThreshold = 5.6; This will draw vertical datum lines at any major tickmarks which are above 5.6pt if the XTickStyle has been set to Absolute. See also ...SharpPlot Members | XTickStyle Property | SetXTickLengths Method |