Specifies the line text alignment

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

Syntax

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

Members

Member nameDescription
Left
Left align the text.
Middle
Align the text in the middle.
Right
Align the text to the right.

See Also