Posted
on Apr 19, 2011
(permalink)
Hi guys,
What I am trying to do is add for the XAxis some items to be displayed something like
RadChart.PlotArea.XAxis.AddItem("Friday");
or
RadChart.PlotArea.XAxis[0].TextBlock.Text = "Friday";
, but Instead of simple text I want this Items to be links or asp:buttons.
Is this possible?
Regards,
Alex