IChartGrid.Colwidths
IChartGrid See also
property Colwidths[Index: Integer]: Integer;
Type Library
TeeChartx
Description
This property is deprecated due to limitation of support for indexed properties for ActiveX components in MS Visual Studio .NET. Please use instead the Cols.Widths property.
Read ColWidths 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 ColWidths 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 ColWidths property, its width is DefaultColWidth.
Use the ColCount property to determine the number of entries in the ColWidths array.
See also:
IChartGridCols.Widths