| ||
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 > XCaptionFormat Property SharpPlot.XCaptionFormat PropertySet X Caption format to force multi-line text or truncation. public string XCaptionFormat {get; set;} Examplesp.XCaptionFormat = "XXXXX;"; To force the captions to wrap at the length of the given string. If the string is simply ‘XXXXXXX’ then longer captions are truncated, and end with ‘...’ to indicate this. See also ...SharpPlot Members | Using Picture Formatters | Formatting text with simple HTML tags |