ComponentOne BulletGraph for WinForms
C1.Win.Gauge Namespace / C1GaugeBase Class / DataField Property

In This Topic
    DataField Property (C1GaugeBase)
    In This Topic
    Gets or sets the field of the data source to which the main pointer is bound.
    Syntax
    'Declaration
     
    Public Property DataField As System.String
    public System.string DataField {get; set;}
    See Also