ChartArea.AlignmentOrientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グラフ エリアの配置方向を取得または設定します。
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 列挙値。
- 属性
注釈
、 および プロパティを使用すると、2 つ以上のグラフ領域を水平方向、垂直方向、または両方に合わせて配置 AlignWithChartArea AlignmentOrientation AlignmentStyle または同期できます。
最初に、 プロパティ AlignWithChartArea を オブジェクトの名前に設定 ChartArea します。 このグラフ領域は、使用する配置を定義する設定と、配置の設定に使用するグラフ領域の要素を定義する 設定に基づいて配置されます AlignmentStyle AlignmentOrientation 。
プロパティが設定されていない場合、 と の設定に関係なく、グラフ AlignWithChartArea 領域は AlignmentStyle アライン AlignmentOrientation されません。