IsHitTestVisible Property
In This Topic
Gets or sets a value indicating whether the series is visible for hit testing methods.
Syntax
'Declaration
Public Property IsHitTestVisible As Boolean
'Usage
Dim instance As Series
Dim value As Boolean
instance.IsHitTestVisible = value
value = instance.IsHitTestVisible
public bool IsHitTestVisible {get; set;}
public:
property bool IsHitTestVisible {
bool get();
void set ( bool value);
}
See Also