<esri:Legend.LegendItemTemplate > <DataTemplate> <StackPanel Orientation="Horizontal" Loaded="StackPanel_OnLoaded" > <Image Source="{Binding ImageSource}" Tag="{Binding Tag}" ></Image> <TextBlock Text="{Binding Label}" Background="Aqua"></TextBlock> </StackPanel> </DataTemplate> </esri:Legend.LegendItemTemplate>
I set up the renderer, and it appear in the map
Currently I'm using a Graphics layer, where the objects are created an the symbol is set.
I am not sure which kind of layer you are referring to,
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.