Reference > Style examples > No Tickmarks

No Tickmarks

No 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 | ITickStyle | XTickStyle | YTickStyle | ZTickStyle


Send comments on this topic
© Dyalog Ltd 2013