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