public Boolean Continous {get; set;}
Remarks
Default: false
Use Continous property to let the different legend color rectangles flow into each other. When set to true, the color rectangles of the different items are drawn attached to each other (no vertical spacing). When set to false, the color rectangles are drawn as seperate rectangles.
Example
[C#]
tChart1.Legend.Symbol.Continous = true;
See Also
LegendSymbol Class | LegendSymbol Members | Steema.TeeChart Namespace