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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public class SizeLegend :
    ItemsLayerLegend

Remarks

The following image shows an instance of the SizeLegend class.

SizeLegendExample

For more information, refer to Legends.

Example

View Example

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