Hi,
I am using crystal reports version 13 in visual studio 2012.I have a requirement where I need to generate a report using charts.
For example : I have created a chart in the report which shows the data for the years (2012,2013,2014...).Here my requirement is when I click on the chart of particular year(2012) I need to show the data on the chart for the months(Jan,feb,march,.....Dec) of that particular year(2012).
Here my question is can we achieve this type of functionality in crystal report charts? Can we handle chart click event in crystal reports?
If yes how?