Specifies the line text alignment
Namespace:
RightEdge.CommonAssembly: 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 name | Description | |
|---|---|---|
| Left |
Left align the text.
| |
| Middle |
Align the text in the middle.
| |
| Right |
Align the text to the right.
|