Specifies the line alignment in relation to the text.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum ChartTextLineAlignment
Visual Basic (Declaration)
Public Enumeration ChartTextLineAlignment
Visual C++
public enum class ChartTextLineAlignment

Members

Member nameDescription
Top
Align the line on top of the text.
Middle
Align the line in the middle of the text.
Bottom
Align the line below the text.

See Also