liffey.morgan Posted April 18, 2007 Report Share Posted April 18, 2007 Hi, I'm new to both .NET and ChartFX so apologies in advance if I'm asking really obvious questions. I'm trying to get localization working for my ChartFX chart in C#. Firstly, I'm using the Properties of the chart to set the X and Y axis values, and I can't see where I localize this (there is the option on my UserControl, but this doesn't work either). Secondly, I would like the tool-tips for some of the actual controls in the Chart to be localized as well, but can't see where I would do this. Any help would be much appreciated. Quote Link to comment Share on other sites More sharing options...
Frank Posted April 18, 2007 Report Share Posted April 18, 2007 By default the chart will pick up the current thread culture. You can assign a Culture to the chart (Culture property) or to an Axis. We provide localized versions of the Chart FX resources for 9 languages. For more information check this link: http://support.softwarefx.com/OnlineDoc/CfxNet62/PG/LocalizationOverview.htm We also provide you with the mechanisms to build your own localized version. 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.