IChartGridCols.Widths
IChartGridCols

property Widths[Index: Integer]: Integer;

Type Library
TeeChartx

Description

This property replaces the deprecated ChartGrid.ColWidths property

Read Cols.Widths to determine the width of the cells in the column specified by the Index parameter. An index of 0 refers to the first column. Set Cols.Widths at runtime to change the width of an individual column.

If the width of a column has not been set explicitly by resizing with the mouse, or by using the Cols.Widths property, its width is DefaultColWidth.

Use the Cols.Count property to determine the number of entries in the Cols.Widths array.