Returns the zero-based index of the item at the specified position (y-axis coordinate) in the ChartViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public int GetItemIndexAt(
	double position
)
Visual Basic (Declaration)
Public Function GetItemIndexAt ( _
	position As Double _
) As Integer

Parameters

position
Type: System..::.Double
The position to return the item index for.

Return Value

The zero-based index of the item at the specified position (y-axis coordinate) in the ChartViewBase control.

Implements

IChartView..::.GetItemIndexAt(Double)

See Also