| ||
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 > SetNewline Method SharpPlot.SetNewline MethodSet an additional line-break character. public void SetNewline( char value ); This may be convenient when calling SharpPlot from scripting languages that don’t support the handy C# convention of treating \n as a newline character. Examplesp.SetNewline(';'); sp.Heading = "Here is my;two-line Heading"); The ‘hardwired’ newlines \n and \r will continue to split the line in addition to the character you give here. See also ...SharpPlot Members | Heading Property |