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.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
ScheduleChartItem GetItemAt( double position ) |
Visual Basic (Declaration) |
---|
Function GetItemAt ( _ position As Double _ ) As ScheduleChartItem |
Parameters
- position
- Type: System..::.Double
The position to get the item for.