Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1BulletGraph Class / Bad Property


In This Topic
    Bad Property
    In This Topic
    Gets or sets a reference value considered bad for the measure.
    Syntax
    'Declaration
     
    
    Public Property Bad As Double
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Double
     
    instance.Bad = value
     
    value = instance.Bad
    public double Bad {get; set;}
    See Also