SpectrumLegend.RotateText

Syntax

RotateText: Boolean;

Description

The RotateText property indicates if legend items text is rotated when alignment changes.

Comments

Use JSON or the setRotateText method to set the property value, and the getRotateText method to get the property value.

If this property is True the text is rotated, otherwise it is not.

Example

The example of property use is given in the Spectrum Legend Settings section on the page of SpectrumLegend constructor.

See also:

SpectrumLegend