wpf-devexpress-dot-xpf-dot-map-ce5988e3.md
A color legend represented as a color scale.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class ColorScaleLegend :
ColorLegend
Public Class ColorScaleLegend
Inherits ColorLegend
<dxm:MapControl.Legends>
<dxm:ColorScaleLegend Layer="{Binding ElementName=mapLayer}" Header="GDP By Countries"
Description="In US dollars." RangeStopsFormat="0,B" MinWidth="550"/>
</dxm:MapControl.Legends>
Show 13 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MapLegendBase DataProviderLegend ItemsLayerLegend ColorLegend ColorScaleLegend
See Also