SharpPlot.XDatumThreshold Property

Set X datum threshold to draw vertical datum lines at major tickmarks which exceed this value.The default is 160% of standard. 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 int XDatumThreshold {get; set;}

Example

sp.XDatumThreshold = 150;

This will draw vertical datum lines at any major tickmarks which are above 150% of standard.

See also ...

SharpPlot Members | SetXTickLengths Method