Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / GripHitTest Class / SeriesHit Property


In This Topic
    SeriesHit Property
    In This Topic
    Gets the series hit test according to clicked series handle. If SeriesHit is not null, the Direction will always be None.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SeriesHit As SeriesHitTest
    'Usage
     
    
    Dim instance As GripHitTest
    Dim value As SeriesHitTest
     
    value = instance.SeriesHit
    public SeriesHitTest SeriesHit {get;}

    Property Value

    The series hit test.
    See Also