Back to Devexpress

SizeLegend Class

wpf-devexpress-dot-xpf-dot-map-19d4fcc4.md

latest2.2 KB
Original Source

SizeLegend Class

Represents a map legend that details the meaning of Bubble sizes in a Bubble chart.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class SizeLegend :
    ItemsLayerLegend
vb
Public Class SizeLegend
    Inherits ItemsLayerLegend

Remarks

The following image shows an instance of the SizeLegend class.

For more information, refer to Legends.

Example

View Example

xaml
<dxm:MapControl.Legends>
    <dxm:SizeLegend Header="Medal Count" Layer="{Binding ElementName=vectorLayer}"/>
    <dxm:ColorListLegend Header="Medal Class" Layer="{Binding ElementName=vectorLayer}"/>
</dxm:MapControl.Legends>

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MapLegendBase DataProviderLegend ItemsLayerLegend SizeLegend

See Also

SizeLegend Members

DevExpress.Xpf.Map Namespace