Page 1 of 1

No scrolling in C# WinApp

Posted: Sat Jan 20, 2007 12:13 pm
by 9642924
Hi there

I try to scroll my chart if a calculated chart is to big (dynamic pie series).
So if the pie series getting out of the border i want to show a scrollbar and allow the user to scroll down to see the pie charts.

What i have to do to solve this?

Code: Select all

tChart1.Panning.Allow = Steema.TeeChart.ScrollModes.Both;
This doesn't work for me!

Posted: Mon Jan 22, 2007 8:11 am
by narcis
Hi mueco,

The line you posted just allows you to scroll the chart using the right-mouse button (default button) but to achieve what you request you need to add a scroll bar to your form and do something like this.