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 图表控件的样式。我有一个需要样式的甜甜圈图:
这就是它目前的样子。而且我还没有找到正确的设置组合来实现它。谢谢!
(来源:codecube.net)
尝试以下操作:
1 - 透明度
Chart.ChartAreas["ChartArea1"].BackColor = Color.Transparent;
2 - 图例
// Set legend docking Chart.Legends["Default"].Docking = LegendDocking.Bottom;