No scrolling in C# WinApp

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mueco
Newbie
Newbie
Posts: 10
Joined: Fri Oct 27, 2006 12:00 am

No scrolling in C# WinApp

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
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply