IntervalsLegend.ColumnsCount

Syntax

ColumnsCount: Number;

Description

The ColumnsCount property determines the number of legend element columns.

Comments

Use JSON or the setColumnsCount method to set the property value, and the getColumnsCount method to get the property value. The getColumnsCount method returns the number of visible legend element columns.

The number of columns can be set if the IntervalsLegend.AutoColumnsCount method is set to False.

Example

The property use is given in the example for IntervalsLegend.CellBorder.

See also:

IntervalsLegend