AutoColumnsCount: Boolean;
The AutoColumnsCount property determines whether the number of columns for color legend items is set automatically.
Available values:
True. Default. The number of legend columns is set automatically.
False. The number of legend columns is set manually. It is set in the IVZIntervalsLegend.ColumnsCount property after the IVZColorLegendBase interface is cast to IVZIntervalsLegend.
To get collection of color legend items, use IVZColorLegendBase.Items.
The property use is given in the example for IVZColorLegendBase.Items.
See also: