Bahasa

ChartArea.BackImageAlignment Properti

Definisi

Mendapatkan atau mengatur perataan ChartArea gambar latar belakang.

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

Nilai Properti

Nilai ChartImageAlignmentStyle enumerasi. Nilai defaultnya adalah TopLeft.

Atribut

Keterangan

Properti ini menentukan perataan gambar latar belakang untuk area bagan, dan hanya diterapkan saat ChartImageWrapMode properti diatur ke Unscaled.

Untuk informasi selengkapnya tentang perataan yang tersedia, lihat ChartImageAlignmentStyle topik enumerasi.

Berlaku untuk