| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SetYLabelNudge Method SharpPlot.SetYLabelNudge MethodApply fine adjustment to Y-axis labels from displacements (right,up) in points. public void SetYLabelNudge( double nudgeX, double nudgeY ); Example// Move labels right and up to appear // above the Y-axis tickmarks sp.SetYLabelNudge(4,4); This could be used as a space-saver option, for example to move the labels upwards and inwards to reduce the requirement for a left margin, or just to ensure that the output charts conform to a particular house-style. |