SharpPlot Tutorials > Style Examples > Inside Ticks 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 | SharpPlot.ITickStyle Property | SharpPlot.XTickStyle Property | SharpPlot.YTickStyle Property
Send comments on this topic © Dyalog Ltd 2021
|