TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
mueco
- Newbie
- Posts: 10
- Joined: Fri Oct 27, 2006 12:00 am
Post
by mueco » Sat Jan 20, 2007 12:13 pm
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!
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Mon Jan 22, 2007 8:11 am
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.