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

In This Topic
    DataSource Property (C1GaugeBase)
    In This Topic
    Gets or sets the data source object for the main pointer.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Object
    public System.object DataSource {get; set;}
    See Also