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

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 ).

Inheritance Hierarchy

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

See Also