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