Axis.TitleAlignment Property

Definition

Gets or sets the alignment of an axis title.

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

Property Value

A StringAlignment enumeration value that specifies the alignment of an axis title.

Attributes

Remarks

Possible alignment values are Center, Far, and Near. A value of Far equates to an alignment to the top or the right, depending on the orientation of the axis or strip line. In the same manner, a value of Near equates to an alignment to the bottom or the right.

If you want more control over the positioning of an axis title, you must perform custom drawing using the PostPaint or PrePaint event.

You can further align and position the titles of StripLine objects by using their TextLineAlignment property.

Applies to