In ChartDataClicked event you can get the info which column/row/value is clicked.
Yes, you can use this too.
You can try using the chart client side events:
<ClientSideEvents ClientOnMouseClick="UltraChart1_ClientOnMouseClick" />
...
<script type="text/javascript" id="igClientScript">
<!--
{
//Add code to handle your event here.
}
// -->
</script>
In this case you can redirect to a new page that shows next chart.