ChartArea.AlignmentOrientation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖表區域的對齊方向。
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 列舉值。
- 屬性
備註
您可以使用 AlignWithChartArea 、 AlignmentOrientation 和 AlignmentStyle 屬性,以水準、垂直或兩者的方式對齊或同步處理兩個或多個圖表區域。
首先,將 AlignWithChartArea 屬性設定為物件的名稱 ChartArea 。 此圖表區域接著會根據設定來對齊,此 AlignmentStyle 設定會定義要使用的對齊方式,以及 AlignmentOrientation 設定,以定義應用來設定對齊的圖表區域元素。
如果 AlignWithChartArea 未設定屬性,則不論和設定為何,圖表區域都不會對齊 AlignmentStyle AlignmentOrientation 。