skjhaveri Posted October 7, 2008 Report Share Posted October 7, 2008 Hi, I am binding Currency type to Y Axis which is Type of USD. while i am running my app in Venezuela culture i.e. es-VE. Now How i can setup the label of Y Axis currenlty i am setting as below XAML < cfx:Axis.Labels> <cfx:AxisLabelAttributes Format="Currency" /> </cfx:Axis.Labels> Now the problem is my currency is USD type while Graph shows BS as the Currency Symbol. instead $. Can you plz help me with this? Quote Link to comment Share on other sites More sharing options...
JuanC Posted October 7, 2008 Report Share Posted October 7, 2008 Our axis inherit the app culture but you can set it as follows <cfx:Axis Culture="en-US"> <cfx:Axis.Labels> <cfx:AxisLabelAttributes Format="Currency" /> </cfx:Axis.Labels></cfx:Axis>Regards, JuanC Quote Link to comment Share on other sites More sharing options...
skjhaveri Posted October 8, 2008 Author Report Share Posted October 8, 2008 Is this <cfx:Axis Culture="en-US"> bindable??? because in my scenario screen can be viewed in any region or local, and currency can come from any local or region. so it may possible that both have different origin. Yes i can make culture available as bindable property to Axis.... but is it bindable?? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.