ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / LabelPosition Enumeration






In This Topic
    LabelPosition Enumeration
    In This Topic
    Specifies the position of data labels on the chart.
    Syntax
    'Declaration
     
    
    Public Enum LabelPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelPosition
    public enum LabelPosition : System.Enum 
    public enum LabelPosition = class(System.Enum)
    public enum LabelPosition extends System.Enum
    __value public enum LabelPosition : public System.Enum 
    public enum class LabelPosition : public System.Enum 
    Members
    MemberDescription
    BottomThe labels appear below the data points.
    CenterThe labels appear centered on the data points.
    LeftThe labels appear to the left of the data points.
    NoneNo data labels appear.
    RightThe labels appear to the right of the data points.
    TopThe labels appear above the data points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Chart.LabelPosition

    See Also