Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 598 Bytes

File metadata and controls

18 lines (12 loc) · 598 Bytes

Legend

Display a legend for a map or scene view.

Features

  • 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.

Usage

<esri:Legend GeoView="{Binding ElementName=mapView}" />