Sets the space in pixels to the left of the Legend Text item. It may be used to increase the space between the text and the symbol.
public Int32 TextSymbolGap {get; set;}

Remarks


The Legend aligns numeric data and allows customization of column widths. For small adjustments to the gap between Symbol and Text, please use the TextSymbolGap property. It can be useful if you wish to right align text but still wish to increase the gap to the left.

Example:
tChart1.Legend.TextSymbolGap = 5;

See Also

Legend Class | Legend Members | Steema.TeeChart Namespace