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.
我使用 mschart 构建图表。当用户单击柱形图中的特定列时,我想用其他颜色突出显示该列,直到用户单击另一列
在mschart中可以吗?
提前致谢
您应该更改正在使用的 datagridview 的背景颜色。
dgv.Columns[colNr].DefaultCellStyle.BackColor = Color.Green