次の方法で共有


ChartArea.AlignmentOrientation プロパティ

定義

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

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

プロパティ値

AreaAlignmentOrientations

AreaAlignmentOrientations 列挙値。

属性

注釈

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

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

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

適用対象