dotnetCHARTING Send comments on this topic.
TitleBoxPosition Enumeration
See Also  
dotnetCHARTING Namespace : TitleBoxPosition Enumeration


Specifies the title box position.

Syntax

Visual Basic (Declaration) 
Public Enum TitleBoxPosition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TitleBoxPosition
C# 
public enum TitleBoxPosition : Enum 

Members

MemberDescription
NoneTitle box not drawn.
LeftTitle box is left aligned.
CenterTitle box is centered.
RightTitle box is right aligned.
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 ).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.TitleBoxPosition

See Also

© 2010 All Rights Reserved.