ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / LabelPosition Enumeration

In This Topic
    LabelPosition Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the BubbleChartLabel.Position property.
    Syntax
    'Declaration
     
    Public Enum LabelPosition 
       Inherits System.Enum
    public enum LabelPosition : System.Enum 
    Members
    MemberDescription
    InsideInside of the bubble
    OutsideOutside of the bubble
    Inheritance Hierarchy

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

    See Also