Gets the Canvas.Top value of the specified item in the chart.

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

Syntax

C#
public double GetItemTop(
	int index
)
Visual Basic (Declaration)
Public Function GetItemTop ( _
	index As Integer _
) As Double

Parameters

index
Type: System..::.Int32
The index of the item to get the top for.

Return Value

The Canvas.Top value of the specified item in the chart.

See Also