Returns the height used by an item in the IChartView control.

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

Syntax

C#
double GetItemHeight(
	Object item
)
Visual Basic (Declaration)
Function GetItemHeight ( _
	item As Object _
) As Double

Parameters

item
Type: System..::.Object
The item to return the height for.

Return Value

The height used by an item in the IChartView control.

See Also