AutoColumnsCount: Boolean;
The AutoColumnsCount property determines automatic calculation of the number of legend columns.
Use JSON or the setAutoColumnsCount method to set the property value and the getAutoColumnsCount method to get the property value.
Available values:
True. Default value. The number of legend element columns is calculated automatically.
False. Automatic calculation of the number of legend element columns is disabled. To determine the number of legend element columns, use the IntervalsLegend.ColumnsCount property.
The property use is given in the example for IntervalsLegend.CellBorder.
See also: