A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class SizeLegend :
ItemsLayerLegend
Public Class SizeLegend
Inherits ItemsLayerLegend
Remarks
The following image shows an instance of the SizeLegend class.
For more information, refer to Legends.
Examples
NOTE
A complete sample project is available at https://github.com/DevExpress-Examples/wpf-mapcontrol-getting-started-lesson-3-add-analytical-data-to-a-geographical-map-t177876.
<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
Extension Methods
See Also
Feedback