Visifire line charts

439 views Asked by At

I have a visifire line chart in my silver light project. There are some data points ( lets say 5).

I need to show the Y value when I mouse over between the data points .

Is there any way to implement this using visifire?.

Thanks in advance.

Regards, Prasad

1

There are 1 answers

5
Randy Minder On

Yes, you'll want to create a tooltip.

In your XAML, it would look something like this:

enter image description here