Chart::BackImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets the color of the Chart control that will be displayed 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 will be displayed as transparent when the chart image is drawn. The default value is Empty.

.NET Framework
Available since 4.0
Return to top
Show: