<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; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.