ILegend.ColumnWidthAuto
ILegend
property ColumnWidthAuto: WordBool;
Type Library
TeeChartx
Description
Disables/Enables automatic calculation of the Legend colums widths. Legend columns are formed by the legend colour rectangles and the text/numeric values.
Example [Visual Basic]:
With TChart1
.AddSeries scLine
.Series(0).FillSampleValues 10
.Legend.ColumnWidthAuto = False
.Legend.ColumnWidths(0) = 100
End With