IsHitTestVisible Property (Heatmap)
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
public bool IsHitTestVisible {get; set;}
See Also