<mx:NumberFormatter id="numFormatter" precision="{numPrecision}" useThousandsSeparator="true"/>
Is there a way to modify the number of decimal points for the "show measurements" option when a point is clicked?
<mx:NumberFormatter id="numFormatterMeasure" precision="2" useThousandsSeparator="false"/>
private function createLengthsLabel(length:Number, lengthAbbrev:String):String { return lengthLabel + " " + numFormatterMeasure.format(length) + " " + lengthAbbrev; }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.