Specifies the line alignment in relation to the text.
Namespace:
RightEdge.CommonAssembly: 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 name | Description | |
|---|---|---|
| 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.
|