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