ComponentOne Xamarin.Android
Target Property


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : Target Property
Gets or sets the target value for the measure.
Syntax
'Declaration
 
Public Property Target As Double
'Usage
 
Dim instance As C1BulletGraph
Dim value As Double
 
instance.Target = value
 
value = instance.Target
public double Target {get; set;}
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members