チャートの円グラフに表示される線を設定し、パーセントを表示します

 chart1.Series ["serYearPlay"]。Points.DataBindXY(xvar、yvar);
            chart1.TextAntiAliasingQuality = TextAntiAliasingQuality.High;
            this.chart1.Series ["serYearPlay"]。Label = "#VALX(#PERCENT)"; // "#PERCENT";
            this.chart1.Series ["serYearPlay"]。LegendText = "#VALX";
            chart1.Series ["serYearPlay"] ["PieLabelStyle"] = "OutSide";
元の記事を28件公開 15のような 110,000以上の訪問

おすすめ

転載: blog.csdn.net/z3h0a5n8g8x9i9a2o3/article/details/8921592