Back to Devexpress

ColorLegendBase Class

windowsforms-devexpress-dot-xtramap-c7c5455c.md

latest1.6 KB
Original Source

ColorLegendBase Class

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public abstract class ColorLegendBase :
    ItemsLayerLegend
vb
Public MustInherit Class ColorLegendBase
    Inherits ItemsLayerLegend

Remarks

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

For more information, refer to Legends.

Inheritance

Object MapDisposableObject MapLegendBase DataProviderLegend ItemsLayerLegend ColorLegendBase ColorListLegend

ColorScaleLegend

See Also

ColorLegendBase Members

DevExpress.XtraMap Namespace