Legend::BackImageAlignment Property

.NET Framework (current version)
 

Gets or sets the background image alignment used for 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 background image alignment. The default value is TopLeft.

This property determines the alignment of the background image for the legend; it is only applied when the BackImageWrapMode property is set to Unscaled.

.NET Framework
Available since 4.0
Return to top
Show: