Gets the item at the specified vertical coordinate in the chart. If there is no item at the specified position, returns null.

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

Syntax

C#
public GanttChartItem GetItemAt(
	double position
)
Visual Basic (Declaration)
Public Function GetItemAt ( _
	position As Double _
) As GanttChartItem

Parameters

position
Type: System..::.Double
The position to get the item for.

Return Value

The item at the specified vertical coordinate in the chart.

Implements

IGanttChartView..::.GetItemAt(Double)

See Also