ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeSingleMark Class / PointerIndex Property

In This Topic
    PointerIndex Property (C1GaugeSingleMark)
    In This Topic
    Gets or sets the index of a Pointer that gives the value associated with this tick mark.
    Syntax
    'Declaration
     
    Public Property PointerIndex As System.Integer
    public System.int PointerIndex {get; set;}
    Remarks
    Set to a large value to bind to the main Pointer.
    See Also