| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > MiddleLabels - labels go between ticks MiddleLabels – labels go between ticksX 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 ...SharpPlot Members | XAxisStyle Property | YAxisStyle Property | TicksBetween – tickmarks between bars |