Returns the task at the specified position (y-axis coordinate) in the TaskGanttChartViewBase control.

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

Syntax

C#
public Task GetTaskAt(
	double position
)
Visual Basic (Declaration)
Public Function GetTaskAt ( _
	position As Double _
) As Task

Parameters

position
Type: System..::.Double
The position to return the task for.

Return Value

The task at the specified position (y-axis coordinate) in the TaskGanttChartViewBase control.

See Also