Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
ScatterLineSeries ToolTip is not working
posted

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 ?

Parents
  • 460
    Verified Answer
    Offline posted

    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.

Reply Children
No Data