FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / Waterfall Class / IsHitTestVisible Property

In This Topic
    IsHitTestVisible Property (Waterfall)
    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