ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / BulletGraphCaptionPosition Enumeration

In This Topic
    BulletGraphCaptionPosition Enumeration
    In This Topic
    Determines the position of the caption relative to the graph.
    Syntax
    'Declaration
     
    Public Enum BulletGraphCaptionPosition 
       Inherits System.Enum
    public enum BulletGraphCaptionPosition : System.Enum 
    Members
    MemberDescription
    BottomThe caption is located at the bottom under the graph.
    LeftThe caption is located to the left of the graph.
    RightThe caption is located to the right of the graph.
    TopThe caption is located above the graph.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Gauge.BulletGraphCaptionPosition

    See Also