Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI,

I have made a MS Chart in asp.net.

series.ChartType = SeriesChartType.StackedColumn;
series.IsValueShownAsLabel = true;

But I want to add link button in series label which is show on chart column bar value. its show the default label but i want to add link button on column bar where user link of linkbutton open a other page.

Please help me its urgent.

Thanks & Regards
Ram Kumar
Posted

1 solution

I think we cant able to add link control directly to ms chart...we add link button in asp form ...using this button we can call this chart control...

tutorial of ms chart:
A Guide to using MSChart for .NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900