How to use LegendBox.SeriesTitleMouseDoubleClick event?

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
LiuEE
Posts: 6
Joined: Fri Oct 17, 2014 5:50 am

How to use LegendBox.SeriesTitleMouseDoubleClick event?

Post by LiuEE » Mon Nov 03, 2014 10:29 pm

Greetings everyone,

Is "LegendBox.SeriesTitleMouseDoubleClick" the event that should be fired when I double click one the name of series in the legend box?
If yes, how should I invoke the event handler?

Currently I did like this:

Code: Select all

AddHandler chart.ViewXY.LegendBox.SeriesTitleMouseDoubleClick, AddressOf seriesSelected
But the event handler is never called?

Anyone knows how to implement this? I really appreciate any suggestions. Thank you.



Cheers
Liu.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: How to use LegendBox.SeriesTitleMouseDoubleClick event?

Post by ArctionPasi » Tue Nov 04, 2014 10:06 am

Hi Liu,

This feature is supported in v.6.2.4 assembly pack, please contact our support for the download link.
LightningChart Support Team, PT

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: How to use LegendBox.SeriesTitleMouseDoubleClick event?

Post by ArctionPasi » Mon Mar 30, 2015 3:43 pm

LegendBox.MoveFromSeriesTitle must be disabled, otherwise the Series* event's are not available.
LightningChart Support Team, PT

Post Reply