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

グラフ エリアの背景イメージの配置を指定する ChartImageAlignmentStyle 列挙値。 既定値は TopLeft です。

属性

注釈

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

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

適用対象