Search found 5 matches

by Hermes
Tue Jan 15, 2019 6:55 pm
Forum: .NET
Topic: Marks format
Replies: 5
Views: 12365

Re: Marks format

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
by Hermes
Tue Jan 15, 2019 2:55 pm
Forum: .NET
Topic: Marks format
Replies: 5
Views: 12365

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
by Hermes
Thu Jan 10, 2019 10:18 pm
Forum: .NET
Topic: Marks format
Replies: 5
Views: 12365

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
by Hermes
Wed Jan 09, 2019 7:19 pm
Forum: .NET
Topic: Export Image border
Replies: 2
Views: 8234

Re: Export Image border

Hi, it works fine.
thank you
by Hermes
Mon Jan 07, 2019 7:38 pm
Forum: .NET
Topic: Export Image border
Replies: 2
Views: 8234

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....