Udostępnij za pośrednictwem


Chart.BackImageAlignment Właściwość

Definicja

Pobiera lub ustawia wyrównanie obrazu tła używane w trybie rysunku 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

Wartość właściwości

ChartImageAlignmentStyle Wartość wyliczenia określająca wyrównanie obrazu tła wykresu. Domyślna wartość to TopLeft.

Atrybuty

Uwagi

Ta właściwość określa wyrównanie obrazu tła dla kontrolki Chart . Jest ona stosowana tylko wtedy, gdy BackImageWrapMode właściwość jest ustawiona na ChartImageWrapMode.Unscaled.

Dotyczy