ColorLine value changes after Undo of Zoom (bug?)

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
KingFish78
Newbie
Newbie
Posts: 3
Joined: Wed May 20, 2009 12:00 am
Location: CT

ColorLine value changes after Undo of Zoom (bug?)

Post by KingFish78 » Thu Jun 04, 2009 2:27 pm

It appears the value of my ColorLine is not restored correctly when I zoom and then undo zoom. (Especially if I zoom a portion of the chart where ColorLine is not visible.)

Is this a known issue?

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Jun 04, 2009 3:16 pm

Hi KingFish78,

Could you try with this:

Code: Select all

colorline1.NoLimitDrag = true;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

KingFish78
Newbie
Newbie
Posts: 3
Joined: Wed May 20, 2009 12:00 am
Location: CT

Post by KingFish78 » Thu Jun 04, 2009 3:29 pm

Yep, does the trick. Thanks for your quick reply.

Post Reply