I am trying to change the display of numeric data shown as labels using a TextStyle. In particular, I would like to add precision to a certain number of decimal places. It seems like I should be able to control this using the NumericFormat property on the TextStyle class. However, I can't seem to figure out the format for the NumericFormat string. I have tried using the formatting value used in C# for String.Format similar to "###.###" and "N3" but this merely display these values in place of the labels on the map.
Can anyone provide me with a brief tutorial on setting the NumericFormat, TextFormat, and DateFormat for TextStyles? If you can give me a suggestion on the way to build a format string I might be able to figure out the actual formating I desire.
Thanks
Richard