Is there a way to add a TextAnnotation to a Chart control in C# where the annotation appears behind the datapoints? There doesn’t seem to be a way to send the annotation to the back.
Share
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.
Did u try to change the Z-Order of the text annotation in PrePaint event
Check this Link
http://support2.dundas.com/OnlineDocumentation/WebChart2005/Annotations.html
Search for “Working With Z-Order”