NR_TX


I want to do 2 things with the SSRS line chart.

1. Display the data with a "." (dot) w/o the actual value on the graph

2. Diplay the (x, y coodinates) when the user mouses over the point.

Please let me know if this can be done.

Thanks in advance.

Regards




Re: SSRS - Chart Mouse Over

GregSQL


The first definately can be done. Double click the chart layout. Then right click on your x-coordinate field. Click properties. I don't have reporting services in front of me so I'm going by memory, but there is an option -- I think on the general tab -- to turn off the actual values of the data.

Number two is more difficult however. I don't think Business Intelligence Studio has anything that will accomodate this. You may be able to do something with the report viewer in Visual Studio to handle the on mouse over event. However, I doubt it would be able to "pop up" the actual value that you are hovering over.