Threshold Property (ChartTooltip)
In This Topic
Gets or sets the maximum distance from the element to display the tooltip.
Syntax
'Declaration
Public Property Threshold As System.Integer
'Usage
Dim instance As ChartTooltip
Dim value As System.Integer
instance.Threshold = value
value = instance.Threshold
public System.int Threshold {get; set;}
public read-write property Threshold: System.Integer;
public function get,set Threshold : System.int
public: __property System.int get_Threshold();
public: __property void set_Threshold(
System.int value
);
public:
property System.int Threshold {
System.int get();
void set ( System.int value);
}
See Also