操作方法
在某些情况下,在 ArcGIS Pro 中显示为标注时,以百分比表示的属性值将以十进制值写入。 在本文中,Arcade 表达式用于将十进制值转换为百分比,并在标注中显示百分比。 在本示例中,Crime_rate 字段用于将百分比显示为十进制值。
下图显示了 ArcGIS Pro 中包含十进制值的标注。
Note: In the Contents pane, on the List By Labeling tab, ensure the selected feature layer and feature class check boxes are checked to display the labels.
'<text>' + Round($feature.<field_name>*100, <decimal>) + "%"
下图显示了 ArcGIS Pro 中带有前导文本的百分比标注。
文章 ID: 000030197
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序