| ||
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 > Inside Labels Inside LabelsEither X or Y axis labels may be written inside the chart area sp.YAxisStyle = YAxisStyles.GridLines|YAxisStyles.RightAxis|YAxisStyles.InsideLabels|YAxisStyles.AboveGrid; sp.YTickStyle = YTickStyles.NoTicks; This style would normally be combined with ‘AboveGrid’ in the Y-Axis case or with ‘Middle’ in the X-Axis case to avoid the labels colliding with gridlines. |