Zoom and Scroll does not work with click series event

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
SPS
Newbie
Newbie
Posts: 18
Joined: Wed Jun 29, 2005 4:00 am

Zoom and Scroll does not work with click series event

Post by SPS » Wed Sep 26, 2007 7:49 am

Hi,

When i attach a ClickSeries event handler I cant scroll or move the chart when there is a serie below my cursor. This features will only work if the starting point of my mouse cursor is above any white space in the chart.

Can you help?

Danny

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 26, 2007 10:00 am

Hi Danny,

Yes, you are right, TeeChart's mouse click events mask zooming and scrolling. However, to be able to perform both actions at the same time you can use series's Click event.
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

SPS
Newbie
Newbie
Posts: 18
Joined: Wed Jun 29, 2005 4:00 am

Ordering series

Post by SPS » Wed Sep 26, 2007 11:05 am

First of all thank you for answering my previous question.

I have onother question about combining different serie types.

On the left axis I have some stacked series and on the right axes I have some fastline series.

Some parts the fastline series are drawn under the stacked series, how can I change this without reordering the index of the series?

Are there any properties to do this?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 26, 2007 11:42 am

Hi Danny,

Yes, this is possible changing series's ZOrder or ExchangeSeries as discussed here.
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