Axis.TitleAlignment Property

Definition

Gets or sets the alignment of an axis title.

C#
[System.ComponentModel.Bindable(true)]
public System.Drawing.StringAlignment TitleAlignment { get; set; }

Property Value

A StringAlignment enumeration value.

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 and TitleAngle properties.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1