Bug: cannot change scroll or panning property.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Anton Rau
Newbie
Newbie
Posts: 11
Joined: Fri Nov 15, 2002 12:00 am
Location: Zurich, Switzerland

Bug: cannot change scroll or panning property.

Post by Anton Rau » Wed Jul 21, 2004 3:51 pm

It seems that TeeChart does not store the state of scroll (panning) property. After recompiling this value is always set to default value.

Best regards,
Anton Rau

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jul 22, 2004 11:35 am

Hi Anton,

it works fine here using :
tChart1.Chart.Panning.Allow = Steema.TeeChart.ScrollModes.None;

Post Reply