Target Property (BulletGraph)
In This Topic
Gets or sets the target value for the measure.
Syntax
'Declaration
Public Property Target As System.Double
'Usage
Dim instance As BulletGraph
Dim value As System.Double
instance.Target = value
value = instance.Target
public System.double Target {get; set;}
public read-write property Target: System.Double;
public function get,set Target : System.double
public: __property System.double get_Target();
public: __property void set_Target(
System.double value
);
public:
property System.double Target {
System.double get();
void set ( System.double value);
}
See Also