SpectrumLegend.AreMarksVisible

Syntax

AreMarksVisible: Boolean;

Description

The AreMarksVisible property determines whether to show separators of spectrum legend color ranges.

Comments

Use JSON or the setAreMarksVisible method to set the property value, and the getAreMarksVisible method to get the property value.

If this property is True the separators are shown, otherwise they are not.

Example

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

See also:

SpectrumLegend