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