SharpPlot Tutorials > Style Examples > Middle Labels - between ticks

Middle Labels – between ticks

X or Y-axis labels are place between major tickmarks..


sp.XAxisStyle = XAxisStyles.MiddleLabels;
sp.BarChartStyle = BarChartStyles.TicksBetween;

This would generally be used with the TicksBetween style on barcharts.

See also ...

Tickmarks between Bars | SharpPlot Members | SharpPlot.XAxisStyle Property | SharpPlot.YAxisStyle Property


Send comments on this topic
© Dyalog Ltd 2021