DH
Dale Haessel
April 1, 2009 05:41 PM UTC
I found out how to do this from another sample:
void chSeriesLoop_MouseLeave(object sender, ChartMouseEventArgs e)
{
ChartSeries ser = sender as ChartSeries;
ToolTip tooltip = ser.ToolTip as ToolTip;
tooltip.Visibility = Visibility.Collapsed;
}
PJ
Pavithra J
Syncfusion Team
April 3, 2009 06:24 AM UTC
Hi Dale,
Thanks for your interest in Syncfusion products.
Yes, you have found out the right way of getting the series by casting the arguments of the routed events.
Please let us know if you have further queries.
Regards,
Pavitha.J