Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesElementHitTest Class / SeriesElementHitTest Constructor


In This Topic
SeriesElementHitTest Constructor
In This Topic
Initialize a new instance of type SeriesElementHitTest.
Syntax
'Declaration
 
Public Function New( _
   ByVal plotArea As PlotArea, _
   ByVal group As Series, _
   ByVal series As Series, _
   ByVal pointIndex As Integer, _
   ByVal elementIndex As Integer _
)
 
'Usage
 
Dim plotArea As PlotArea
Dim group As Series
Dim series As Series
Dim pointIndex As Integer
Dim elementIndex As Integer
 
Dim instance As New SeriesElementHitTest(plotArea, group, series, pointIndex, elementIndex)

Parameters

plotArea
group
series
pointIndex
elementIndex
See Also