How To: Create Fractions as Labels Using Arcade in ArcGIS Pro
Is it possible to get the same fraction label result as showed in the above link?
I find a similar post for online, but not the result I am expecting
How To: Create Fractions as Labels Using Arcade in Portal for ArcGIS and ArcGIS Online Map
Currently our rendering of labels does not support formatting tags but it is something we are looking into.
私が考えられる最良の解決策は、2つの異なるラベルを作成することです。1つは分子用、もう1つは分母用のラベルです。そして、ラベリングのために、単純に次のような連結されたテキストを作成します。
Concatenate([9,'_____',16],'\/n') //9 は分子で、16 は分母です
これはあなたが求めているものに近づくかもしれませんし、そうでないかもしれませんが、とりあえずはうまくいくかもしれません。
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.