Spread WinForms 15
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

Property Value

The series hit test.
See Also