| Contents > SharpPlot > Properties | Index |
SharpPlot.CaptionLineSpacing Property
Set Caption linespacing for multiline axis captions.
public double CaptionLineSpacing {get; set;}
Example
sp.CaptionLineSpacing = 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.
