DataPointCustomProperties::BackImageWrapMode Property

.NET Framework (current version)
 

Gets or sets the drawing mode of the background image.

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

public:
[BindableAttribute(true)]
property ChartImageWrapMode BackImageWrapMode {
	ChartImageWrapMode get();
	void set(ChartImageWrapMode value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::ChartImageWrapMode

A ChartImageWrapMode enumeration value that defines the drawing mode of the image.

.NET Framework
Available since 4.0
Return to top
Show: