共用方式為


Legend.BackImageAlignment 屬性

定義

取得或設定繪 Unscaled 圖模式所用的背景影像對齊。

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

屬性值

一個 ChartImageAlignmentStyle 列舉值,用來指定背景影像的對齊。 預設值為 TopLeft

屬性

備註

此特性決定了圖例背景影像的對齊;只有當屬性 BackImageWrapMode 被設定為 Unscaled時才會套用。

適用於