SharpPlot Reference > SharpPlot Properties > KeyGap Property SharpPlot.KeyGap Property
Sets the space between legend entries in a vertical key.
public double KeyGap {get; set;}
Example
sp.KeyGap = 1.5;
The gap may be given as a percentage, a factor of the font size, or an absolute distance in points. The default value is 132% of the font size.
See also ...SharpPlot Members | SharpPlot.KeyLineSpacing Property | SharpPlot.DrawKey Method
Send comments on this topic © Dyalog Ltd 2021
|