How to detect pie slice on mouse move
Posted: Fri Apr 08, 2011 4:17 pm
Hi,
Is there any way to detect what pie slice the mouse is over - the way we recognize it in the SeriesClick event for example - where the ValueIndex tells you the slice?
I want to use this to animate the slide the user is on by exploding it - for a more dynamic look.
procedure TForm5.Series1Click(Sender: TChartSeries; ValueIndex: Integer;
Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
Is there any way to detect what pie slice the mouse is over - the way we recognize it in the SeriesClick event for example - where the ValueIndex tells you the slice?
I want to use this to animate the slide the user is on by exploding it - for a more dynamic look.
procedure TForm5.Series1Click(Sender: TChartSeries; ValueIndex: Integer;
Button: TMouseButton; Shift: TShiftState; X, Y: Integer);