| ||
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 > Above gridlines - Y-label positioning Above gridlines – Y-label positioningY axis labels are baselined on the gridlines rather than midlined. sp.YAxisStyle = YAxisStyles.GridLines|YAxisStyles.AboveGrid; sp.YTickStyle = YTickStyles.NoTicks; This would generally be used with style ‘Inside’ to have the labels drawn within the chart area as well as baselined on the grid. |