gpt4 book ai didi

c# - .net 图表控件 : retain series colors when adding and removing other series?

转载 作者:行者123 更新时间:2023-11-30 15:09:38 24 4
gpt4 key购买 nike

在 .net 图表控件(折线图)中添加和删除系列时,如何保留现有系列颜色?

目前,当我向图表中添加多个系列时,它们都会自动从图表调色板中分配颜色。但是如果我然后删除第一个系列,所有后续系列的颜色都会根据图表调色板中的顺序重置。有什么办法可以阻止这种情况发生吗?

提前致谢。

最佳答案

为什么不直接设置图表颜色而不使用调色板?

Chart.Palette = ChartColorPalette.None;
Chart.Series[0].Color = Color.Green;

等等,等等。这确实意味着您必须在添加每个系列时为其设置颜色,但这就是生活。

关于c# - .net 图表控件 : retain series colors when adding and removing other series?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4214125/

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