Returns the entity 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 Entity GetEntityAt(
	double position
)
Visual Basic (Declaration)
Public 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 ChartViewBase control.

Implements

IChartView..::.GetEntityAt(Double)

See Also