| Visual Basic (Declaration) | |
|---|---|
Public Enum TitleBoxPosition Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum TitleBoxPosition : Enum | |
| Member | Description |
|---|---|
| None | Title box not drawn. |
| Left | Title box is left aligned. |
| Center | Title box is centered. |
| Right | Title box is right aligned. |
| Full | Title box is stretched across the graph area ( Text is centered ). |
| FullWithLegend | Title box is stretched across the graph area ( Text is left aligned, legend right aligned ). |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.TitleBoxPosition