Hello, I have data in a line chart that contains numeric data that I want to have formatted to 3 decimal places at all times. When I use the following: LabelFormat="##.###" it does not work as I need.
For instance, if I have a value of 9.000 and 8.75 I want them to be displayed in the label at "9.000" and "8.750", the trailing zeros are removed though and what is rendered in the label is "9" and "8.75". How can I achieve a full 3 digits after the decimal point?
The other issue I am having is that when I use LabelPosition="Outer" if the data marker is at the top or bottom of the graph is does not scale it's axis size to accommodate the label, instead the label is rendered partially on the screen but cut off, and in some cases cut off all together.
Please let me know how I can fix these two issues, thank you!
Matt