Display a legend for a map or scene view.
- Binds to a
GeoView
. - Enables filtering out layers that are hidden because they are out of scale via the
FilterByVisibleScaleRange
property. - Enables filtering out hidden layers via the
FilterHiddenLayers
property. - Supports reversing the order of displayed layers via the
ReverseLayerOrder
property.
<esri:Legend GeoView="{Binding ElementName=mapView}" />