SharpPlot Tutorials > Style Examples > Crossing Ticks

Crossing Ticks

All axes are drawn with crossing tickmarks.


sp.XTickStyle = XTickStyles.CrossingTicks;
sp.YTickStyle = YTickStyles.CrossingTicks;

This style applies to the tickmarks on individual axes, not the chart as a whole.

See also ...

SharpPlot Members | SharpPlot.ITickStyle Property | SharpPlot.XTickStyle Property | SharpPlot.YTickStyle Property


Send comments on this topic
© Dyalog Ltd 2021