Is it possible to set a ToolTip on the X and Y Axis labels on a databound chart? ToolTip exists in AxisY.CustomLabels, but I’m not sure how to make this work, or if there is an easier way.
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.
Yes you can,
to show tooltip on X-Axis
and on the Y-Axis
VALX –> X-axis value
VALY –> Y-axis value
there are many as well like
“#PERCENT”
“#AVG” etc etc
you can put anyother tooltip as you like.