| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods 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 > Properties > XLabelAngle Property SharpPlot.XLabelAngle PropertySet X label angle (degrees). When you set the X-labels to be angled, the default angle is 34 degrees. You can set this to any value from 0-360. public double XLabelAngle {get; set;} Examplesp.XLabelAngle = 45; Angled labels are normally right-aligned on the tick marks for a lower x-axis and left-aligned on a top axis. This will be switched around if you use angles above 270 (which you may give as negative angles, such as -90 which is the same as 270). They will not be automatically thinned if the ticks get too crowded. See also ... |