PieSlice, disable MouseHighlight

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
jval
Posts: 40
Joined: Mon May 04, 2015 1:46 pm

PieSlice, disable MouseHighlight

Post by jval » Wed Nov 18, 2015 4:52 pm

Hello,

I use Pie3d chart with orthographic camera (for view like 2D).
I would like to disable mouse highlighting when I place mouse cursor over the slice of pie.
I tried to set "pieSlice.MouseHighlight = MouseOverHighlight.None" but without success - slice is still highlighted.
Also I tried to set "pieSlice.MouseInteraction = false" and it worked and slice wasn't highlighted more. But unfortunately the PieSlice.IsMouseOver() method doesn't work in this case.
I need this functionality (IsMouseOver) very much so could you suggest how to disable mouse highlighting and keep PieSlice.IsMouseOver in the working condition.

Thank you

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

Re: PieSlice, disable MouseHighlight

Post by ArctionPasi » Wed Nov 25, 2015 9:15 am

Hi,

we have a bug in pie slice highlighting, sorry about that. It has been fixed and will be included in next assembly pack.
LightningChart Support Team, PT

jval
Posts: 40
Joined: Mon May 04, 2015 1:46 pm

Re: PieSlice, disable MouseHighlight

Post by jval » Thu Nov 26, 2015 10:13 am

Thanks for the feedback.

Post Reply