TitleBoxPosition Enumeration
Specifies the title box position.
Syntax
'Declaration Public Enum TitleBoxPosition Inherits System.Enum
'Usage Dim instance As TitleBoxPosition
public enum TitleBoxPosition : System.Enum
Members
Member | Description |
---|---|
Center | Title box is centered. |
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 ). |
Left | Title box is left aligned. |
None | Title box not drawn. |
Right | Title box is right aligned. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.TitleBoxPosition
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also