| Contents > Glossaries > Style examples | Index |
Inside Ticks
Axis is drawn with positive (inward-pointing) ticks. This is typically used with duplicate X or Y axes or a framed chart.

sp.XTickStyle = XTickStyles.InsideTicks;
This style is always applied to the tickmarks on individual axes, rather than the chart as a whole.
See also ...
SharpPlot Members | ITickStyle Property | XTickStyle Property | YTickStyle Property
