IntervalsLegend.Descending

Syntax

Descending: Boolean;

Description

The Descending property determines whether legend items are sorted in descending order.

Comments

Use JSON or the setDescending method to set the property value, and the getDescending method to get the property value.

If this property is set to True legend items are sorted in descending order, otherwise they are sorted ascending (default).

Example

The example of use is given on the page with description of the IntervalsLegend.CellSpacing property.

See also:

IntervalsLegend