Skip to main content
A newer version of this page is available. .

ColorLegendBase Class

The base class for legends that explain the meaning of vector item colors.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class ColorLegendBase :
    ItemsLayerLegend

Remarks

The ColorLegendBase class implements the basic functionality of the ColorListLegend and ColorScaleLegend.

For more information, refer to Legends.

See Also