ChartArea.AlignWithChartArea 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此图表区域应与之对齐的 ChartArea 对象的名称。
public:
property System::String ^ AlignWithChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))]
public string AlignWithChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.AlignWithChartArea : string with get, set
Public Property AlignWithChartArea As String
属性值
一个 string
值,该值表示此图表区域应与之对齐的 ChartArea 对象的名称。 默认值为空字符串。
- 属性
注解
通过使用 AlignWithChartArea 、 AlignmentOrientation 和 AlignmentStyle 属性,可以将两个或更多个图表区域水平对齐、垂直对齐或同步。
首先,将 AlignWithChartArea 属性设置为对象的名称 ChartArea 。 然后,将根据 AlignmentStyle 设置(用于定义要使用的对齐方式)和 AlignmentOrientation 设置(定义应用于设置对齐方式的图表区的元素)对齐此图表区。
如果 AlignWithChartArea 未设置该属性,则不会对齐图表区,而与 AlignmentStyle 和 AlignmentOrientation 设置无关。