| ||
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 > SoftHyphen Property SharpPlot.SoftHyphen PropertySet Softhyphen for wrapped notes and other text. public char SoftHyphen {get; set;} Examplesp.SoftHyphen = '@'; By default, SharpPlot uses the tilde character ‘~’ as an optional word-break point in wrapped text, so that a word such as ‘Con~trib~ution’ could appear as: Con- or as Contrib- or as Contribution ... depending on the available width. If you require the ‘~’ character as normal text, you could do your own wrapping, or you could switch to a different soft hyphen. See also ... |