| Contents > SharpPlot > Properties | Index |
SharpPlot.NoteLineSpacing Property
Set the line-spacing for multi-line notes.
public double NoteLineSpacing {get; set;}
Example
sp.NoteLineSpacing = 150;
The pitch may be given as a percentage, a factor of the font size, or an absolute distance in points. The default value is 120% of the font size.
