ChartArea.BackImageAlignment プロパティ

定義

ChartArea背景画像の配置を取得または設定します。

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 です。

属性

注釈

このプロパティは、グラフエリアの背景画像の配置を決定し、 ChartImageWrapMode プロパティが Unscaledに設定されている場合にのみ適用されます。

使用可能な配置の詳細については、 ChartImageAlignmentStyle 列挙のトピックを参照してください。

適用対象