| ||
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 > YDateFormat Property SharpPlot.YDateFormat PropertySet Date picture (Y axis labels). public string YDateFormat {get; set;} Examplesp.YDateFormat = "MMM-yyy"; Note that newlines are accepted in the format string to allow multi-line labels to be created easily for timeseries axes: sp.YDateFormat = "MMMM\nyyyy"; This will show each label split onto 2 lines. See also ...SharpPlot Members | Formatting text with simple HTML tags | Using Date and Time Axes |