gpt4 book ai didi

c# - 在 asp.net 中向饼图添加值和百分比

转载 作者:行者123 更新时间:2023-11-30 20:48:44 24 4
gpt4 key购买 nike

我在 C# 中有一个 asp 饼图我知道如何在饼图中显示百分比或显示值数

但是我怎样才能在同一个饼图中显示它们

enter image description here

最佳答案

foreach(DataPoint p in yourChart.Series["yourseries"].Points)
{
p.Label="#PERCENT\n#VALX";
}

关于c# - 在 asp.net 中向饼图添加值和百分比,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24285696/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com