简体   繁体   English

如何使一个点在Visual Studio点状图中半透明?

[英]How to make a Point semi-transparent in a Visual Studio Point Chart?

How can I make a Point semi-transparent in a Visual Studio Point Chart? 如何在Visual Studio点状图中使一个点半透明? I have many points close to each other, so I can't see if there are more than one at the same place. 我有很多彼此靠近的点,所以我看不到在同一地方是否有多个点。 If they would be semi transparent multiple points at the same place should appear darker than a single point. 如果它们是半透明的,则在同一位置的多个点应该比单个点更暗。

您可以使用public static Color FromArgb( int alpha, int red, int green, int blue)将点的颜色设置为alpha以获取半透明点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM