Hi,
This ScatterLineSeries ToolTip is not working.
<ig:ScatterLineSeries Title="{Binding Path=Channel2Name}" Legend="{Binding ElementName=TitleLegend}" x:Name="Channel1Series" XAxis="{Binding ElementName=XAxisChannel}" YAxis="{Binding ElementName=YAxisChannel}" MarkerType="None" Thickness="2" ItemsSource="{Binding Path=Channel2}" XMemberPath ="Index" YMemberPath ="Value"> <ig:ScatterLineSeries.ToolTip> <TextBlock Text="{Binding Path=Item.Value}" /> </ig:ScatterLineSeries.ToolTip> </ig:ScatterLineSeries> </ig:XamDataChart.Series>
How do I need to add a ToolTip for ScatterLineSeries ?
Hi Kinsly,
I am following up to see if I may be of further assistance or if this case may be closed. Thank you!
Best Regards,
Nelly Tacheva
Infragistics, Inc.
Hi Nelly,
It's working now. Thanks for the help.
Regards,
Greshan