| SharpPlot Tutorials > Style Examples > No Tickmarks No TickmarksNo tickmarks are drawn, but labels and gridlines appear as normal at the major tick interval. 
 
 sp.XTickStyle = XTickStyles.NoTicks;
sp.YTickStyle = YTickStyles.NoTicks; This style may be applied to individual axes if required. See also ...SharpPlot Members | SharpPlot.ITickStyle Property | SharpPlot.XTickStyle Property | SharpPlot.YTickStyle Property | SharpPlot.ZTickStyle Property 
 Send comments on this topic© Dyalog Ltd 2021
 |