asp.net Chart control - Pie Chart - Text around/outside piechart with tooltip
Posted
by ramdotnet
on Stack Overflow
See other posts from Stack Overflow
or by ramdotnet
Published on 2010-05-13T11:15:50Z
Indexed on
2010/05/13
11:24 UTC
Read the original article
Hit count: 484
Hi,
I am having a requirement, where I need to have a pie-chart, i need text around pie-chart , the text should be a hyperlink.
Ex: we have 3 three fields A,B,C. A's ratio is 30%, B's ratio is 40%, c's ratio is 30%
So pie chart gets divided into 3 parts, outside the graph , we should get the label A(in A's area only), when we point on , tool tip should say
"A's ratio is 30 %'. I am working in .Net 3.5, VS 2008, using MS chart control(added explicitly by executing MSChart.exe.
Thanks in Advance
Ram
© Stack Overflow or respective owner