Share via


ChartArea.BackImageAlignment 屬性

定義

取得或設定 ChartArea 背景影像的對齊方式。

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

屬性值

ChartImageAlignmentStyle 列舉值。 預設值是 TopLeft

屬性

備註

這個屬性會決定圖表區域的背景影像對齊方式,而且只有在屬性設定為 UnscaledChartImageWrapMode 才會套用。

如需可用對齊方式的詳細資訊,請參閱 ChartImageAlignmentStyle 列舉主題。

適用於