次の方法で共有


ChartArea.AlignmentOrientation プロパティ

定義

グラフ エリアの配置方向を取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::AreaAlignmentOrientations AlignmentOrientation { System::Windows::Forms::DataVisualization::Charting::AreaAlignmentOrientations get(); void set(System::Windows::Forms::DataVisualization::Charting::AreaAlignmentOrientations value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations AlignmentOrientation { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AlignmentOrientation : System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations with get, set
Public Property AlignmentOrientation As AreaAlignmentOrientations

プロパティ値

AreaAlignmentOrientations

グラフ エリアの配置方向を指定する AreaAlignmentOrientations 列挙値。

属性

注釈

、 および プロパティを使用すると、2 つ以上のグラフ領域を水平方向、垂直方向、または両方に合わせて配置 AlignWithChartArea AlignmentOrientation AlignmentStyle または同期できます。

最初に、 プロパティ AlignWithChartArea を オブジェクトの名前に設定 ChartArea します。 このグラフ領域は、使用する配置を定義する 設定と、配置の設定に使用するグラフ領域の要素を定義する 設定に基づいて配置されます AlignmentStyle AlignmentOrientation

プロパティが設定されていない場合、 と の設定に関係なく、グラフ AlignWithChartArea 領域は AlignmentStyle アライン AlignmentOrientation されません。

適用対象