Is it possible to localize MS Chart Control’s print preview form? If so, then how?
.net4/c#/winforms/vs2010
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Good question. It seems that they did some custom dialog and forgot to localize it. I might be wrong but it appears that the only way would be to create your own dialog similar to .Net’s and draw the chart on the CustomControl’s surface using PrintPaint() method.
Sounds like a lot of work but it is actually fairly easy. The only problem I can think of is how to make sure that WYSIWYG 😐