TCustomChartLegend.TextSymbolGap
TCustomChartLegend
property TextSymbolGap: Integer;
Unit
Chart
Description
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:
Chart1.Legend.TextSymbolGap := 5;
//Column widths
Chart1.Legend.ColumnWidths[0] := 30;
Chart1.Legend.ColumnWidths[1] := 20;
Chart1.Refresh;