DataPointCustomProperties::BackImageAlignment Property

.NET Framework (current version)
 

Gets or sets the alignment of the background image, which is used with the Unscaled drawing mode.

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

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

Property Value

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

A ChartImageAlignmentStyle enumeration value that specifies the alignment of the background image.

.NET Framework
Available since 4.0
Return to top
Show: