Search found 4 matches

by rajeev
Tue Aug 07, 2007 6:18 pm
Forum: ActiveX
Topic: Changing thousand separator at run time? Localization?
Replies: 7
Views: 14615

Number formatting

So is there a way for me to change the Locale setting programmatically (we are using C++, so have access to Wn32 apis) before TeeChart starts drawing the graph? Here is what I want to do (in pseudo code) function drawGraph(StylePrefEnum stylePref, int graphId) { if (stylePref == EUROPEAN) { do somet...
by rajeev
Wed Jul 25, 2007 11:28 am
Forum: ActiveX
Topic: Changing thousand separator at run time? Localization?
Replies: 7
Views: 14615

I want to programmatically set formatting ...

Thanks for the suggestion, but I do not think I was clear enough. Basically the situation is: We are using Teechart behind the scenes to generate graphs and serve it over the web. Multiple users could be coming in with each of their preferences for formatting options - so based upon the option i wan...
by rajeev
Sat Jul 21, 2007 3:03 pm
Forum: ActiveX
Topic: Changing thousand separator at run time? Localization?
Replies: 7
Views: 14615

Changing thousand separator at run time? Localization?

Hi We are using TeeChart (v5) to draw chart and then send the images to web pages. We want to use user specific preferences for formatting to print the numbers (for example: US 123,456,789.0 while French 123 456 789,0 Ideally I would like to pass MS LCID and the number and just be done with it. Or I...
by rajeev
Sun Aug 13, 2006 7:34 am
Forum: ActiveX
Topic: Percentage formatting for labels on axis?
Replies: 1
Views: 3623

Percentage formatting for labels on axis?

In my app, I want to show the labels in % format (i.e say if the value is 0.1, I want to show 10%). Is there any way I could do that?

thanks
rajeev