Legend.BackImageAlignment Property

Definition

Gets or sets the background image alignment used for the Unscaled drawing mode.

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle BackImageAlignment { System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle BackImageAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImageAlignment : System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle with get, set
Public Property BackImageAlignment As ChartImageAlignmentStyle

Property Value

A ChartImageAlignmentStyle enumeration value that specifies the background image alignment. The default value is TopLeft.

Attributes

Remarks

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

Applies to