FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > SeriesElementHitTest クラス : SeriesElementHitTest コンストラクタ |
'Declaration
Public Function New( _ ByVal plotArea As PlotArea, _ ByVal group As Series, _ ByVal series As Series, _ ByVal pointIndex As Integer, _ ByVal elementIndex As Integer _ )
'使用法
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)
public SeriesElementHitTest( PlotArea plotArea, Series group, Series series, int pointIndex, int elementIndex )