Dundas Chart for Windows Forms
TitleLineAlignment Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > StripLine Class : TitleLineAlignment Property


Gets or sets a value that determines the alignment of a strip line's title.


Strip Line title lines alignment

Syntax

Visual Basic (Declaration)  
Public Property TitleLineAlignment As StringAlignment
Visual Basic (Usage) Copy Code
Dim instance As StripLine
Dim value As StringAlignment
 
instance.TitleLineAlignment = value
 
value = instance.TitleLineAlignment
C#  
public StringAlignment TitleLineAlignment {get; set;}

Return Value

A StringAlignment enumeration value. Defaults to Near.

Remarks

This property sets the alignment of a strip line's title, and the direction in which the alignment occurs is always at right-angles to the title alignment that is set by the TitleAlignment property.

A value of Near aligns the title to the right or to the top of the strip line, depending on the strip line's orientation. In the same manner a value of Far aligns the title to the left or bottom of the strip line.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.