Hi,
Regardless the .NET controls in general, assuming that on the server I have Spanish and a web client connects with English locale (request.UserLanguages [0] ), if I change the locale of the thread where I am creating the chart, will it be shown with the numerical format of English?
Regards
Search found 5 matches
- Tue Jan 15, 2019 6:55 pm
- Forum: .NET
- Topic: Marks format
- Replies: 5
- Views: 12942
- Tue Jan 15, 2019 2:55 pm
- Forum: .NET
- Topic: Marks format
- Replies: 5
- Views: 12942
Re: Marks format
Hi,
with you example i can set decimal qty, but what locale it takes?
Can I set the locale of the control or must I change the culture Info of the thread? (I need to set the client Culture Info in a webforms aplication to show numbers).
Thank you
with you example i can set decimal qty, but what locale it takes?
Can I set the locale of the control or must I change the culture Info of the thread? (I need to set the client Culture Info in a webforms aplication to show numbers).
Thank you
- Thu Jan 10, 2019 10:18 pm
- Forum: .NET
- Topic: Marks format
- Replies: 5
- Views: 12942
Marks format
Is there any way to format the mark's number, qty of decimals and locale (to get client locale in case of web app)?
Thank you in advance
Thank you in advance
- Wed Jan 09, 2019 7:19 pm
- Forum: .NET
- Topic: Export Image border
- Replies: 2
- Views: 8568
Re: Export Image border
Hi, it works fine.
thank you
thank you
- Mon Jan 07, 2019 7:38 pm
- Forum: .NET
- Topic: Export Image border
- Replies: 2
- Views: 8568
Export Image border
Hi, I have a problem when exporting a graphic to an image, the border even though it does not have it, it appears in the exported image. I send attached the two images as an example. The code: mGrafico.Chart.Export.Image.JPEG.Height = vAlto; mGrafico.Chart.Export.Image.JPEG.Width = vAncho; mGrafico....