Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
How to set focus on chart
posted
I have a button and an empty chart. On button click, I want to set focus on the chart. The following code doesnt work. protected void Button1_Click(object sender, EventArgs e) { UltraChart1.Focus(); }