I've 4 Series series in UniChart, with data for 4 years, each one is 1 year. (for anything type: area, bar, pie, scatter, radar, etc.)
When mouse move over the series, and values triggers
SeriesMouseOver(Sender: TUniCustomChart; Series: TUniChartSeries; Index: Integer; Value: Variant; X, Y, PageX, PageY: Integer);
But always the series and Index are same, never changes. Only first serie is recognizing. I need the others too.!
I try with tooltips in javascript (from Delphi):
//graphic1 is TuniChart component
graphic1.ClientEvents.UniEvents.Add(
'chart.b