Returns the entity at the specified position (y-axis coordinate) in the IChartView control.

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

Syntax

C#
Entity GetEntityAt(
	double position
)
Visual Basic (Declaration)
Function GetEntityAt ( _
	position As Double _
) As Entity

Parameters

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

Return Value

The entity at the specified position (y-axis coordinate) in the IChartView control.

See Also