ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / Series Class / IsHitTestVisible Property

In This Topic
    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
    public bool IsHitTestVisible {get; set;}
    See Also