Hi,
Is there any way to set web link on label or on the bar of a bar chart?
My intention is to be able to drill down the bar on the bar chart to show more details on each of the bar.
Any help is greatly appreciated.
Thank you!!
Regards,Say Chao
If you want to display another chart when hovering over or clicking on a bar or another data point, you might try implementing the chart drilldown as it's described in this section of the online documentation:http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Chart_Drilldown.html
If you just want a new window or a redirect, you can handle one of the clientside events (ClientOnMouseClick) or serverside ChartDataClicked.
Right now there's no way to actually embed a web link in the chart.
Hi Max,
Thank you so much.
Actually, the feature i need is drilldown, but i am not sure of the term used.
Thanks once again.
Regards,
Say Chao