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

In This Topic
    PointerIndex Property (C1GaugeValueColor)
    In This Topic
    Gets or sets the index of a Pointer that gives the value associated with this item.
    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