ChartArea::BackImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets the color of a ChartArea object background image that will be drawn as transparent.

Namespace:   System.Windows.Forms.DataVisualization.Charting
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::Color

A 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
Return to top
Show: