| 
 SharpPlot Reference > SharpPlot Properties > GroupGap Property SharpPlot.GroupGap Property
Sets the gap between groups of bars or towers (default 1.618 of the bar width). 
public double GroupGap {get; set;}
Example
sp.GroupGap = 2; 
The gap is given as the fraction of a bar width. If the barchart is stacked (i.e. there are no groups) this has no effect. 
See also ...SharpPlot Members 
 Send comments on this topic © Dyalog Ltd 2021 
 |