ChartArea::BackImageTransparentColor Property
.NET Framework (current version)
Gets or sets the color of a ChartArea object background image that will be drawn as transparent.
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 represents the color of a background image that will be drawn as transparent. The default value is Empty.
.NET Framework
Available since 4.0
Available since 4.0
Show: