This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have a stacked bar series chart populated from data stored in Isolated Storage which is loaded asynchronously. This works fine moving the page with the chart as the data is already in memory. If I leave the page with the start button and return via the back button then I recieve a FormatException The stack trace is
at System.Double.ToString(String format, IFormatProvider provider) at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at System.String.Format(String format, Object arg0) at Mindscape.PhoneElements.Charting.ChartAxis.5dfiUybby(Double ) at Mindscape.PhoneElements.Charting.ChartAxis.fJQxx87AW() at Mindscape.PhoneElements.Charting.ChartAxis.aAmeVKXiA() at Mindscape.PhoneElements.Charting.ChartAxis.BZawfZqq8(Object , SizeChangedEventArgs ) at System.Windows.FrameworkElement.OnSizeChanged(Object sender, SizeChangedEventArgs e) at MS.Internal.JoltHelper.RaiseEvent(IntPtr target, UInt32 eventId, IntPtr coreEventArgs, UInt32 eventArgsTypeIndex)
Removing the LabelFormat of "{}{0:d}" fixes the exception.
|
|
|
Hello Thanks for pointing this out. I have made a fix for this which can be downloaded through the nightly builds from tomorrow the 5th of May. Let me know how it goes. Cheers |
|
|
Thanks for the quick turnaround. |
|