Axis.TitleAlignment 属性

定义

获取或设置轴标题的对齐方式。

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

属性值

一个 StringAlignment 枚举值,该值指定轴标题的对齐方式。

属性

注解

可能的对齐值为 CenterFarNear。 值 Far 相当于与顶部或右侧的对齐方式,具体取决于轴或带状线的方向。 以同样的方式, 值 Near 等同于与底部或右侧的对齐方式。

如果要更好地控制轴标题的位置,则必须使用 PostPaintPrePaint 事件执行自定义绘制。

可以使用对象的 属性进一步对齐和定位对象的TextLineAlignment标题StripLine

适用于