Back to Devexpress

ColorScaleLegend Class

wpf-devexpress-dot-xpf-dot-map-ce5988e3.md

latest1.9 KB
Original Source

ColorScaleLegend Class

A color legend represented as a color scale.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class ColorScaleLegend :
    ColorLegend
vb
Public Class ColorScaleLegend
    Inherits ColorLegend

Example

xaml
<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>

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MapLegendBase DataProviderLegend ItemsLayerLegend ColorLegend ColorScaleLegend

See Also

ColorScaleLegend Members

DevExpress.Xpf.Map Namespace