No scrolling in C# WinApp
Posted: 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?
This doesn't work for me!
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;