| Contents > SharpPlot > Properties | Index |
SharpPlot.HeadingLineSpacing Property
Set Heading linespacing.
public double HeadingLineSpacing {get; set;}
Example
sp.HeadingLineSpacing = 140;
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.
