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 枚举值。
- 属性
注解
通过使用 AlignWithChartArea和 AlignmentOrientationAlignmentStyle 属性,可以水平、垂直或同时对齐或同步两个或多个图表区域。
首先,将 AlignWithChartArea 属性设置为 对象的名称 ChartArea 。 然后,此图表区域将基于 AlignmentStyle 定义要使用的对齐方式的设置和 AlignmentOrientation 设置(定义用于设置对齐方式的图表区元素)对齐。
AlignWithChartArea如果未设置 属性,则无论 AlignmentStyle 和 AlignmentOrientation 设置如何,图表区都不会对齐。