Chart::BackgroundImage Property

.NET Framework (current version)
 

The BackgroundImage property is not used. Use the BackImage property instead.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BrowsableAttribute(false)]
property Image^ BackgroundImage {
	virtual Image^ get() override;
	virtual void set(Image^ value) override;
}

Property Value

Type: System.Drawing::Image^

An Image object.

.NET Framework
Available since 4.0
Return to top
Show: