ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LabelAlignment Enumeration


In This Topic
    LabelAlignment Enumeration
    In This Topic
    Specifies the position of data label relative to the corresponding plot element.
    Syntax
    'Declaration
     
    
    Public Enum LabelAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelAlignment
    public enum LabelAlignment : System.Enum 
    Members
    MemberDescription
    AutoAutomatic label position.
    BottomCenterBottom center position.
    BottomLeftBottom left position.
    BottomRightBottom right position.
    MiddleCenterMiddle center position.
    MiddleLeftMiddle left position.
    MiddleRightMiddle right position.
    TopCenterTop center position.
    TopLeftTop left position.
    TopRightTop right position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.LabelAlignment

    See Also