<esri:UniqueValueInfo Value="{x:Null}" Label="Other" Symbol="{StaticResource OtherAccessLineSymbol}" /> <esri:UniqueValueInfo Value="1WAY" Label="Other" Symbol="{StaticResource OtherAccessLineSymbol}" /> <esri:UniqueValueInfo Value="0" Label="Other" Symbol="{StaticResource OtherAccessLineSymbol}" />
Is is possible to use the unique value renderer to display null values as a symbol or all other values?
<esri:UniqueValueRenderer x:Key="MyUniqueValueRenderer" Field="MyField" DefaultSymbol="{StaticResource MyDefaultSymbol}" > <esri:UniqueValueRenderer.Infos> <esri:UniqueValueInfo Value="{x:Null}" Symbol="{StaticResource MyNullSymbol}" /> </esri:UniqueValueRenderer.Infos> </esri:UniqueValueRenderer>
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.