Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
円グラフを使用しています。チャートにパーセントまたは値を表示したい。これどうやってするの?
これは基本的なasp.netチャートコントロールです
ありがとう
これを行う:
chart.Series["Default"].Label = "#PERCENT{P2}"; chart.Series["Default"].LegendText = "#VALX";
詳細については、こちらをご覧ください。
方法:円グラフにパーセンテージ値を表示する