<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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.