This question is locked. New answers and comments are not allowed.
Hi
If I use separate scroll bars for chart, then my UI does not look good since either the chart or the x axis labels are overlapped with the separate scrollbar, Instead can i use the radchart scroll bar itself?
If i use the following I am not able to see the scrollbar on the chart.
radChart1.VerticalScroll.Enabled =true;
radChart1.VerticalScroll.Visible=true;
radChart1.HorizantalScroll.Enabled =true;
radChart1.HorizantalScroll.Visible=true;
If I use separate scroll bars for chart, then my UI does not look good since either the chart or the x axis labels are overlapped with the separate scrollbar, Instead can i use the radchart scroll bar itself?
If i use the following I am not able to see the scrollbar on the chart.
radChart1.VerticalScroll.Enabled =true;
radChart1.VerticalScroll.Visible=true;
radChart1.HorizantalScroll.Enabled =true;
radChart1.HorizantalScroll.Visible=true;