ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / LabelPosition Enumeration

In This Topic
    LabelPosition Enumeration
    In This Topic
    Specifies the label position relates to the placemark location.
    Syntax
    'Declaration
     
    Public Enum LabelPosition 
       Inherits System.Enum
    public enum LabelPosition : System.Enum 
    Members
    MemberDescription
    BottomLabel is at bottom.
    CenterLabel is centered.
    LeftLabel is at left.
    RightLabel is at right.
    TopLabel is at top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Maps.LabelPosition

    See Also