Event on change of series style

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Lars Iversen
Newbie
Newbie
Posts: 61
Joined: Wed Jun 22, 2005 4:00 am
Location: cph

Event on change of series style

Post by Lars Iversen » Tue Aug 01, 2006 9:08 am

Hi

I have a teechart on which I would like to get an event when the user or my code changes the type of a series.
Is there an Event that I can react upon?

Thanks in advance
Lars Iversen

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

Post by Pep » Tue Aug 01, 2006 10:43 am

Hi Lars,

there's not a specific event to do this, but you can check if Series type has been changed in the OnCloseEditor event.

Post Reply