.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : TitleBoxPosition Enumeration
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
MemberDescription
CenterTitle box is centered.
FullTitle box is stretched across the graph area ( Text is centered ).
FullWithLegendTitle box is stretched across the graph area ( Text is left aligned, legend right aligned ).
LeftTitle box is left aligned.
NoneTitle box not drawn.
RightTitle 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