DataPointCustomProperties::MarkerImageTransparentColor Property
.NET Framework (current version)
Gets or sets the color that will be replaced with a transparent color when the marker image is drawn.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] [TypeConverterAttribute((ColorConverter^::typeid))] property Color MarkerImageTransparentColor { Color get(); void set(Color value); }
Property Value
Type: System.Drawing::ColorA Color value that specifies the color that will be replaced with a transparent color when the marker image is drawn.
.NET Framework
Available since 4.0
Available since 4.0
Show: