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

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

Syntax

C#
double GetItemHeight(
	Entity entity
)
Visual Basic (Declaration)
Function GetItemHeight ( _
	entity As Entity _
) As Double

Parameters

entity
Type: DlhSoft.Windows.Data..::.Entity
The entity to return the height for.

Return Value

The height used by an entity in the IChartView control.

See Also