2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AutoLabelArrangementOptions Enumeration

In This Topic
    AutoLabelArrangementOptions Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Options property of an AutoLabelArrangement object.
    Syntax
    'Declaration
     
    Public Enum AutoLabelArrangementOptions 
       Inherits System.Enum
    public enum AutoLabelArrangementOptions : System.Enum 
    Members
    MemberDescription
    BottomAllows bottom label position.
    BottomLeftAllows bottom left label position.
    BottomRightAllows bottom right label position.
    DefaultAllows any label position.
    LeftAllows left label position.
    RightAllows right label position.
    TopAllows top label position.
    TopLeftAllows top left label position.
    TopRightAllows top right label position.
    UseDataPointsLabels should not cover data points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.AutoLabelArrangementOptions

    See Also