Axis.TitleAlignment Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)]
public System.Drawing.StringAlignment TitleAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TitleAlignment : System.Drawing.StringAlignment with get, set
Public Property TitleAlignment As StringAlignment
A StringAlignment enumeration value.
- Attributes
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.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: